body, html {
    height: 100%;
    margin: 0;
    font-family: "Montserrat", serif;
}

.bgimg {
    background-image: url('/images/background.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    font-size: 25px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px;
}

.middle h1 {
    margin: 0;
}

.middle p {
    margin: 0;
    font-size: 32px;
}

.middle svg {
    height: 18px;
}

.middle a {
    color: #212C56;
    text-decoration: none;
}

.middle a:hover {
    text-decoration: underline;
}

.middle hr {
    margin: 20px auto;
    width: 60%;
    border-color: #212C56;
}