body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Raleway", sans-serif;
}

.flotado {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 80%;
    max-width: 500px;
}

.mail {
    text-align: center;
    margin-top: 100px;
}

.mail a {
    display: block;
    max-width: 30px;
    margin: 0 auto;
}

.mail a svg {
    fill: #000;
    transition: all 300ms ease-in-out 0ms;
}

.mail a:hover svg {
    fill: #d49228;
}
