.content {
    margin: auto;
    width: 100%;
    height: 100%;
}

.center, .centerBottom {
    text-align: center;
    margin: auto;
    width: 50%;
}

.centerBottom {
    height: 25%;
    position: relative;
    top: 60vh;
}

h1 {
    font-family: "Ubuntu";
    font-size: xxx-large;
    text-align: center;
    color: #091540;
}

h2 {
    font-family: "Ubuntu";
    font-size: x-large;
    text-align: center;
    color: #091540;
}

h3 {
    font-family: "Ubuntu";
    font-size: large;
    text-align: center;
    color: #091540;
}

h4 {
    font-family: "Ubuntu";
    font-size: small;
    text-align: center;
    color: #091540;
}

h5 {
    font-family: "Ubuntu";
    font-size: medium;
    text-align: center;
    color: #091540;
}

p1 {
    font-family: "Ubuntu";
    font-size: medium;
    color: #091540;
}

p2 {
    font-family: "Ubuntu";
    font-size: x-large;
    color: #091540;
}

.button, .button:visited, .button:active, .bigButton, .bigButton:visited, .bigButton:active {
    border: none;
    color: #091540;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-family: "Ubuntu";
    display: inline-block;
    font-size: medium;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #daf880;
    border-radius: 10px;
}

.button:hover, .bigButton:hover {
    background-color: #fac4ab;
}

.bigButton {
    font-size: xx-large;
    font-weight: bold;
}

.bigButton:hover {
    font-size: xx-large;
    font-weight: bold;
}

hr {
    border: 2px solid #091540;
    border-radius: 4px;
    color: #091540;
    margin: 05%;
}

.a1 {
    font-family: "Ubuntu";
    font-size: medium;
    color: #62e660;
}

.a1:visited {
    color: #62e660;
}

.a1:hover {
    color: #fac4ab;
}


.a1:active {
    color: #fac4ab;
}

body {
    background-color: rgb(195, 221, 197);
}