* {
    margin: 0;
    padding: 2;
    text-align: center 
}

html {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://goldenpage.gr/media/com_jbusinessdirectory/pictures/companies/0/VALK-1644322548.jpg);
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
    }