main{
    height: 700px;
    padding-bottom: 0;
}

#main-subtitle{
    font-size: 0.7em;
    width: 80%;
    display: block;
    margin: 0 auto;
    line-height: 38px;
    letter-spacing: 15px;
}

#go-home-button{
    background-color: blueviolet;
    color: white;
    border: none;
    width: 200px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}