@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);

body {
    max-width: 700px;
    max-height: 500px;
    font-size: calc(14px + (24px - 14px) * ((100vw - 311px) / (1980px - 311px)));
}

.container {
    font-family: 'Montserrat', sans-serif;
    padding: 20px 40px 20px 40px;
}

.container h2  {
    text-align: left;
}

dd {
    line-height: 1.7;
}

.button1 {
    font-family: 'Montserrat', sans-serif;
    background-color: #C52127;
    border: none;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

a {
    text-decoration: none;
    color: white;
}

.button1:hover {
    background-color: #E24040;
    color: #FFFFFF;
}

.buttoncenter {
    text-align: center;
}