*{
    margin:0;
    padding:0;
}

body{
    text-align: center;
}

header#canvas{
    background-color: rgb(221, 221, 213);
    width:34.5vw;
    height: 34.5vw;
    margin: 2vw auto 0 auto;
}

article#square{
    background-color: rgb(218, 201, 195);
    width: 94%;
    height: 95%;
    float: left;
    margin-left:3%;
    margin-top:2%;
}

figure#circleone{
    width: 99.8%;
    height:99.8%;
    border-radius: 50%;
}

figure#circletwo{
    width: 93%;
    height:93%;
    border-radius: 50%;
    float: left;
    margin-left:3.5%;
    margin-top: 3.2%;
}

figure#circlethree{
    width: 89%;
    height:89%;
    border-radius: 50%;
    float: left;
    margin-left: 5.5%;
    margin-top: 5.5%;
}

figure#circlefour{
    width: 89%;
    height:89%;
    border-radius: 50%;
    float: left;
    margin-left: 5.5%;
    margin-top: 5.5%;
}

figure#circlefive{
    width: 84%;
    height:84%;
    border-radius: 50%;
    float: left;
    margin-left: 8%;
    margin-top: 8%;
}
figure#circlesix{
    width: 84%;
    height:84%;
    border-radius: 50%;
    float: left;
    margin-left: 8%;
    margin-top: 8%;
}

figure#circleseven{
    width: 80%;
    height:80%;
    border-radius: 50%;
    float: left;
    margin-left: 10%;
    margin-top: 10%;
}

figure#circleeight{
    width: 78%;
    height:78%;
    border-radius: 50%;
    float: left;
    margin-left: 11%;
    margin-top: 11%;
}

figure#circlenine{
    width: 73%;
    height:73%;
    border-radius: 50%;
    float: left;
    margin-left: 14%;
    margin-top: 14%;
}

figure#circleten{
    width: 70%;
    height:70%;
    border-radius: 50%;
    float: left;
    margin-left: 14%;
    margin-top: 14%;
}



.pink {
    background-color: rgb(218, 201, 195);
}
    .pink:hover{
        background-color: black;
    }
.blue{
    background-color: rgb(75, 135, 172);
}
    .blue:hover{
        background-color: white;
    
    }

    h3{
        font-size:50px;
        font-family: 'Courier New', Courier, monospace;
        float: center;
      
    }
        h3:hover{
            font-size: 70pt;
        }
    