body {
    background-color: #434b64;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

div {
    margin: 0;
    padding: 0;
    position: relative;
}

#main {
    height: 100%;
    width: 100%;
}

#header {
    width: 100%;
    height: 75px;
    max-height: 75px;
}

#logo {
    padding: 0.5rem;
}

#logo img {
    max-height: 60px;
}

#content {
    color: #fefefe;
    background: url('./contemplative-commons-dusk.jpg');
    background-size: cover;
    height: 100vh;
}

#content .text {
    position: absolute;
    top: 30%;
    left: 25%;
    max-width: 50vw;
    text-align: center;
    background-color: #00000068;
    padding: 2rem;
    border-radius: 25px;
}

a {
    color: #F9DCBF;
}

a:hover {
    color: #E57325;
}