body{
    background-color: #1e1e1e;
    height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center;
}


.logogp{
    max-width: 90%;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logogp img {
    width: 100%;
    transition-duration: 2s;
    padding: 0 15px;
    
}
a {
    padding: 0 25px;
}
.logogp img:hover {
    border: solid #fdfdfd 2px;
    border-radius: 5px;
    padding: 15px;

}

footer {
    color: #fdfdfd;
    position: absolute;
    bottom: 10px;
}
