@font-face {
    font-family: 'Mada';
    src: url('Mada-Regular.woff2') format('woff2'),
        url('Mada-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


section {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
}

body {
    background-color: white;
    color:black;
}
.logo-wrapper {
    width: 100%;
    display:flex;
    justify-content: center;
}

.logo {
    max-width:635px;
    padding:3em;
}

img {
    max-width: 100%;
}

.content {
    text-align: center;
    font-family: 'Mada', Arial, Helvetica, sans-serif;
    font-size:2em;
}

a {
    color: #00ffea;
}

a:hover {
    color: rgb(0, 125, 141);
}