body {
    background-image: url(giphy2.gif);
    text-align: center;   /* sab center */
    background-repeat: repeat;
    background-size: cover;
}

.logo {
    width: 500px;
    margin-top: 20px;
}

h1 {
    font-size: 80px;
    color: white;
}
.contacts p{
    color: white;
    font-size: 20px;

}

