h1, h2
{
    float: left;
    width: 100%;
    margin-top: 100px;
    font-size: 45px;
    font-family: "Big Shoulders Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #E60020;
}

p
{
    font-size: 16px;
    color: #E60020;
}

a
{
    float: left;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    font-size: 17px;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    background-color: #FFF;
    color: #E60020;
    background-image: url(../img/arrow_red.svg);
    background-repeat: no-repeat;
    background-position: center right 36px;
    width: 195px;
    border: 0 none;
    border-radius: 4px;
    padding-right: 20px;
    margin-left: calc(50% - 107px);
    margin-top: 100px;
}
a:hover
{
    text-decoration: underline;
}
