/*set height to 100% for body and html to enable the background image to cover whole page: */
{
        Margin: 0;
        padding: 0;
}
header
{
        background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(tousqo_whit.jpg);
        height: 100vh;
        background-position: center;
        background-size: cover;
}
.hero
{
        top: 50%;
        left: 50%;
    position:absolute;
    transform: translate(-50%, -50%);
    color: #ffff;
    text-align: center;
}
h1{
    font-size:60px;
    letter-spacing:15px;
}
hr
{
    width:50%;
    margin: 30px auto;
    border: 1.5px solid #ffff;
}
p
{
    font-size: 20px;
    margin-bottom: 30px

}

{   }