h1,
h2,
h3,
h4,
p {
    font-family: sans-serif;
}

body {
    background-blend-mode: multiply;
    background-image: url("img/background.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(79, 94, 85, 0.75);
    margin: 0px;
}

a {
    color: grey;
}

.center {
    color: white;
    margin: auto;
    position: relative;
    text-align: center;
    top: 20%;
    width: 40%;
    padding: 4rem;
}

.small-body {
    font-size: 0.5em;
    color: grey;
}

.break {
    margin-bottom: 1rem;
}

.logo {
    width: 100%
}