
.container{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
}
#ava{
    padding-left: 20px;
    width: 200px;
    height: 200px;
    object-fit: contain;
    }
.box{
    flex-direction: column;
    width: 70px;
    height: 30px;
    overflow:hidden;
    
}
#box1{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
}
#box2{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
}
#box3{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
}
#box4{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
}

#box5{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
}

#box6{
    background-color: rgb(214, 208, 219);
    border: solid 2px;
    border-radius:15px;
}
#wink{
    
    padding-left: 20px;
    width: 200px;
    height: 200px;
    object-fit: contain;
}
i{
        padding-left: 25px;
        padding-top: 5px;
    }
.fa-youtube{
    color: red;
}
.fa-facebook{
    color: blue;
}
.fa-steam{
    color: black;
}
.fa-twitter{
    color: rgb(9, 79, 176);
}
.fa-tumblr{
    color: rgb(50, 7, 118);
}
.box:hover{
    color: yellow;
}
i:hover{
    color: yellow;
}
a:hover{
    color: yellow
}
a:visited{
    color: blueviolet;
}
i:visited{
    color: blueviolet;
}
a:active{
    color: black;
}
i:active{
    color: black;
}

body{
    background-color: rgb(238, 252, 217);
    display: grid;

}

p{
    clear: left;
    font-size: large;
    margin: 10px;
}
#feats{
        border: solid;
        width: 400px;
        float: left;
        margin-top: 20px;
}
.judge{
    display: flex;
    flex-direction: row;
}
#dock{
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding-left: 40px;    
     }
#judge{
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding-left: 40px;    
}
h3{
    text-align: center;
    border: solid;
    background-color: aliceblue;
    clear: left;
}
li:nth-child(odd){
    background-color: aliceblue;
}
li:nth-child(odd){
    background-color: black;
    color: white;
}
li:first-child{
    background-color: rgb(62, 89, 241);
    color: yellow;
}
li:last-child{
    background-color: cadetblue;
}
p:nth-of-type(odd){
    font-weight: bold;
}