
* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html,
body {
    font-family: initial;
    font-stretch: 100%;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    margin: 0; 
    color: #FFFFFF;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

h1 {
    margin: 0;
    font-size: 3.2rem;
    font-weight: normal;
}
h1 + p {
    margin-top: 0;
    font-size: 1.2rem;
    color: #F3F3F3;
}