body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    line-height: 1.8;
    text-align: center;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #2a2a2a;
}

.footer {
    margin-top: 5%;
    background-color: #2a2a2a;
    color: white;
    padding: 20px;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 130px;
    bottom: 0;
    font-size: 2vh;
}

footer p{
    margin: 2vh 0 2vh 0 !important;
}

.footer a {
    color: #30b4b1;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


div p, h4, h2, h3, ul, li{
    margin: 0 10% 0 10%;
}
h1{
    margin: 5% 10% 3% 10%;
}
div{
    margin-bottom: 20vh;
    font-size: 2vh;
}