.container{
    display: flex;
    flex-direction: column;
}
.box{
    width: 100px;
    height: 100px;
    
    
}
#box1{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
}

body{
    background-color: rgb(82, 226, 186);
}
#field{

    width: 1000px;
    height: 1000px;
    
}
article{
    margin: auto;
    border: solid;
    width: 200px;
}
li:nth-child(odd){
    background-color: azure;
}
li:nth-child(even){
    background-color: rgb(179, 254, 142);
}

p{
    text-align: center;
    
}
a:hover{
    color: yellow;
}
.box:hover{
    color: yellow;
}
#dis{
    font-size:x-small;
}
.grid{
    display: flex;
    justify-content: center;
}
#gue{
    text-align: center;
}
#ted{
    border: solid 1px;
    background-color: aliceblue;
}