*{
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 10px;
    border-color: black;
    font-stretch: ultra-expanded;}

#body{
    background-color: rgb(64, 149, 234);
    align-items: center;
    text-shadow: 5px 5px black;

}

#mainBox{
    background-color: rgb(64, 149, 234);
    margin-left: 580px;
}

#topBox, #middleBox, #bottomBox{
    display: flex;
}

#t1, #m1, #b1, #t2, #m2, #b2{
    margin-right: 5px;
}

#head{
    font-size: 4em;
    font-weight: 600;
    margin-bottom: 20px;
}

img{
    width: 200px;
    height: 200px;
}

#playerButtons{
    margin-bottom: 50px;
}

.playerButton{
    background-color: rgb(217, 90, 149);
    height: 50px;
    font-size: 1em;
    font-weight: 600;
}

#playerButtons :hover{
    background-color: darkmagenta;
    cursor: pointer;
}

#name{
    color: black;
}

.squiggle {
    animation: squigglevision 0.4s infinite alternate;
  }