body {
    background-color: rgb(255, 255, 255);
}

header {
    background-color: rgb(240, 240, 240);
}

.l-box {
    padding: 1em;
}

img {
    width: 100%;
    height: auto; 
}

h1 {
    font-family: "Raleway";
    font-weight: 100;
    text-align: center;
    font-size: 3.7vw;
}

main {
    background-color: white;
}

footer {
    font-family: "Raleway";
    font-weight: 80;
    text-align: center;
    font-size: 2vW;
}

@font-face {
    font-family: "Raleway";
    src: url(/fonts/Raleway-VariableFont_wght.ttf);
}