body{
    background-color: black;
}

.box {
    width: 100px;
    height: 100px;
    background-color:black; /* Initial color */
    transition: background-color 0.3s ease; /* Smooth transition */
    display: inline-block;
    /* margin: 10px; */
}

.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
}

.main{
    width: 830px;
    border-style: solid;
    border-color: grey;
    border-width: 2px;

}

h1{
    color: beige;
    font-family: "Saira Stencil One";
}

button{
    height: 75px;
    width: 75px;
    border-radius: 15%;
}

