h1 {
    font-size: 5vw;
    text-align: left;
    color: lightgray;
    margin: 5vw;
    font-family: Georgia;
}

h2 {
    font-size: 3vw;
    text-align: left;
    color: lightgray;
    margin: 5vw;
    font-family: Georgia;
}

body {
    background-image: url("background.webp");
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

p {
    color: lightgray;
    font-size: 2vw;
    margin-left: 5vw;
    background-color: rgba(51,85,80, 0.6);
    box-shadow: 3px 3px rgba(51,85,80,0.3);
    width: 500px;
    line-height: 3vw;
}

a {
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

