* {
    padding: 0;
    margin: 15;
    box-sizing: border-box;
}
h1{
    text-align: center;
        margin-top: 50px;
        font-size: 60px;
        color: #335246;
        font-family: Georgia, 'Times New Roman', Times, serif;
        letter-spacing: 2px;
        word-spacing: 14px;
        text-shadow: 2px 2px 10px #ffff;
}
 a {
     color: #335246;
     font-family: Georgia, 'Times New Roman', Times, serif;
     rotate: 0deg;
     display: inline-block;
     font-size: 25px;
     opacity: 0.5;
 }

a:link{
    transition: opacity 0.5s;
 }

a:hover {
     color: #335246;
     opacity: 1;
 }

p{
    text-align: center;
 }

 
 
.gif{
    text-align: center;
}

.center-gif{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    border: 7px solid white;
}




