@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100&family=MonteCarlo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@1,300&display=swap');
*{
    margin: 0px;
    padding: 0px;
}
body{
    background-color: burlywood;

}
body a{
    color: black;
    text-decoration: underline;
}
body a:hover{
    color: blue;
    background-color: none;
}
body h1{
    font-size: 80px;
    font-family: 'Exo', sans-serif;
    text-align: center;
    text-decoration: underline;
    transition: 800ms;
}
body h1:hover{
    text-decoration: overline;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}
body h2{
    text-align: center;
    font-family: 'MonteCarlo', cursive;
    font-size: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
body h3{
    text-align: center;
    font-family: 'MonteCarlo', cursive;
    font-size: 25px;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}
.summary{
    width: 13%;
    font-size: 15px;
    padding: 15px;
    text-align: justify;
    color: white;
    position: absolute;
    right: 0px;
    top: 180px;
    background-color: rgba(0, 0, 0, 0.1);
}
.sidebar{
    font-family: 'Exo', sans-serif;
    width: 13%;
    font-size: 15px;
    padding: 15px;
    text-align: justify;
    color: white;
    position: absolute;
    right: 0px;
    top: 400px;
}
.sidebar h3{
    margin-top: 10px;
    margin-bottom: 10px;
}
.preamble{
    font-family: 'Exo', sans-serif;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px;
    width: 80%;
    font-size: 17px;
}
.preamble h3{
    font-family: 'Georama', sans-serif;
}
.explanation{
    font-family: 'Exo', sans-serif;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px;
    width: 80%;
    font-size: 17px;
}
.explanation h3{
    font-family: 'Georama', sans-serif;
}
.participation{
    font-family: 'Exo', sans-serif;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px;
    width: 80%;
    font-size: 17px;
}
.participation h3{
    font-family: 'Georama', sans-serif;
}
.benefits{
    font-family: 'Exo', sans-serif;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px;
    width: 80%;
    font-size: 17px;
}
.benefits h3{
    font-family: 'Georama', sans-serif;
}
.requirements{
    font-family: 'Exo', sans-serif;
    margin-left: 30px;
    margin-top: 30px;
    padding: 15px;
    width: 80%;
    font-size: 17px;
}
.requirements h3{
    font-family: 'Georama', sans-serif;
}
.footer{
    width: 13%;
    font-size: 15px;
    padding: 15px;
    text-align: justify;
    color: white;
    position: absolute;
    right: 0px;
    top: 850px;
}
.footer a{
    color: floralwhite;
    font-family: 'Exo', sans-serif;
}