html,
body {
    height: 100%;
    background-color: rgb(248, 245, 245)!important;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: rgb(230, 90, 110);
}

p {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    border-bottom: 6px solid;   
}