body{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    justify-content: center;
    align-content: center;
    display: flex;
}

button{
    background-color: rgb(95, 203, 89);
    color: #ffffff;
    border-style: none;
    padding: 5px 12px; 
    border-radius: 3px;
    border-bottom: 4px solid #4c8b37;
}

button:hover{
    border-bottom: none;
    transform: translateY(3px);
}
#container {
    height: 540px;
    width: 540px;
    background-color: #ffffff;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#favcolor{
    border-style: none;
    height: 25px;
    width: 25px;
    padding: 0px;
}

.yey {
    padding: 5px 0;
}