#frieza3, #frieza4, #frieza5{
    transition: transform 0.5s
}


#frieza3:hover{
    transform: rotate(25deg);
}

#frieza4:hover{
    transform: scale(1.5);
}

#frieza5:hover{
    transform: translateX(100px);
}

footer{
    text-align: center;
    padding-top: 16px;
    background-color: #38667E;
}
.silly{
    width: 20%;
}

a{
    color: white;
    transition: opacity 0.3s ease-in-out;
}

a:hover {
    opacity: 0.5;
}

