.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

img {
    min-width: 70%;
    height: auto;
}

#signup {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

#signup:hover {
    color: #7B8B2D;
}

#bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}