html, head, body {
    background-color: #fff0ff;
}
#big {
    width: 500px;
    height: 500px;
    border: magenta 7px outset;
    border-radius: 50px;
    background-image: radial-gradient(#fff0ff, hotpink);
    padding: 50px;
    margin: auto;
}
body {
    display: flex;
    max-width: fit-content;
    justify-content: center;
    margin: auto;
    padding: 20px;
    align-items: center;
    text-align: center;
    flex-direction: column
    
}
#container, #home, #art, #spitbucket {
    display: flex;
    align-items: center;
    border: purple 7px inset;
    border-radius: 30px;
    height: 50px;
    width: 325px;
    margin: auto;
    margin-bottom: 50px;
    padding: 20px;
    background-color: hotpink;
    font-family: monospace;
    color:blueviolet;
    text-align: center;
    justify-content: center;
}
