*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'source sans pro', sans-serif;
}

header{
    width: 100%;
    height: 100vh;
    background-image: url(../img/fondo.jpg);
    background-size: cover;
    background-position: center;
}

.header-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
}

.header-cont img{
    width: 350px;

}

.header-cont h2{
    font-size: 20px;
    color: #3a72b7;
    text-transform: uppercase;
    font-weight: 700;
}

.header-cont p{
    font-size: 19px;
    color: #3a72b7;
    font-weight: 100;
}
