body {
    background-color: #354a41;
}

h1 {
    color: black;
    font-family: arial, serif;
}

p{
    color: black;
    font-family: arial, serif;
}

a:link, a:hover {
    font-family: arial, serif;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.terms-container{
    position: relative;
    background-blend-mode: screen;
    padding: 220px 40px 0px 40px;
    margin-bottom: 400px;
}
.terms-container p{
    color: white;
}

.terms-container h1{
    color: white;
}