@font-face {
    font-family : Bauhaus93;
    src: url(./files/Bauhaus\ 93\ Regular.ttf);
}

@font-face {
    font-family : Aptos;
    src: url(./files/Aptos-Display.ttf);
}

html, body{
    font-family: Aptos;
    height: 100%;
    margin: 0;
}

body{
    display: flex;
    flex-direction: column;
}

nav img{
    width: auto;
    height: 100%;
}

nav{
    font-family: Bauhaus93;
    background-color: rgba(128, 128, 128, 0.564);
    display: flex;
    align-items: center;
    height: 6vw;
    flex-wrap: wrap;
    border-radius: 15px;
    margin: 1.5%;
    padding: 10px 20px;
}

nav a {
    color: black;
    text-decoration: none;
    margin-left: 2%;
    font-size: 200%;
}


h1{
    text-align: center;
    font-size: 50px;
    font-family: Bauhaus93;
}

.presentation{
    background-color: rgba(205, 210, 214, 0.363);
    border-radius: 15px;
    margin: 10px;
    padding: 10px 20px;
    margin-left: 15%;
    margin-right: 15%;
}

.presentation p{
    text-align: justify;
    font-size: 30px;
    padding-left: 3%;
    padding-right: 3%;
}

footer p{
    font-size: 20px;
    text-align: center;
}

.content {
    flex: 1;
}