body{
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
}
.title-image{
    width: 200px;
    height: 200px;
    transition: 2s;
    scale: 1;
}
.title-image:hover{
    transform: rotate(36000deg);
    scale: 5;
}

.spinning-walter-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.hidden-link{
    text-decoration: none;
    color: black;
}