body{
    margin: auto;
    text-align: center;
    font-family: 'Cabin', arial, sans-serif;
    font-size: 1.2em;
}

p{
    color: gray;
}

hr{
    width: 100%;
    border-top: 2px solid red;
}

h1{
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2{
    font-size: 1em;
    font-weight: 100;
}

a{
    padding: 8px 32px;
    background-color: red;
    border: none;
    color: white;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 4px;
}
