#homepagebackground {
    height: 80vh;
    width: 100%;
    background: url('/content/images/oldbg.png') no-repeat center center;
}

.containersv {
    max-width: 95%;
}

#homepagebutton {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    font-size: 1.5em;
    border: solid 1px black;
    background-color: white;
    text-decoration: none;
    color: black;

}