#hero{
    background-image: url(../images/herobg.jpg);
    background-size: cover;
    background-position: center;
}
#link_container {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    margin-top: 200px;
    height: 200px;
    text-align: center;
}
    .linktitle {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }
a#getyours {
    background: #346c24;
    color: #fff;
    width: 600px;
    height: 50px;
    font-size: 25px;
    padding-top: 8px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 20px;
}
a#closesalemodal {
    color: #fff;
    width: 150px;
    height: 20px;
    font-size: 25px;
}