﻿p {
    margin: 20px;
}
.buttonContainer {
    margin: 20px auto;
    width: 300px;
    height: 70px;
    border: 2px solid #77bbdd;
    border-radius: 5%;
    color: #557799;
    background-color: #ccddee;
    text-align: center;
}
a {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Englebert', sans-serif;
}