html{
    font: 1em "Times New Roman", Times, serif;
}

body{
    width: 100%;
    min-height: 100vh;

    background-color: white;
    color: black;
    background-image: url("/res/background.png");
    background-attachment: fixed;
    background-repeat: repeat;
}

.container1{
    margin: 5vw;
    text-align: left;
    padding: 10vw;
    background-color: #5a8f44;
}