body, html {
    height: 100%
}

.bgimg {
    background-image: url('../../public/assets/images/sean-oulashin-KMn4VEeEPR8-unsplash.jpg');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.topleft img {
    height: 35px;
    -webkit-user-select: none;
    user-select: none;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
    border-color: var(--color-fg);
}

.textLink {
    text-decoration: none;
    color: var(--color-fg);
}

.textLink:hover {
    text-decoration: underline;
}