html,
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    font-family: "Open Sans";
}
body{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.logo{
    display: flex;
    width: 100%;
}
.logo img{
    float: left;
    width: 100%;
}
.contacto{
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 130px;
}
.contacto a{
    text-decoration: none;
    color: #FFFFFF;
}
.contacto a:hover{
    text-decoration: underline;
}