* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Fira Sans', sans-serif;
}

header {
    width: 100%;
    height: 100vh;
    background: url("./donation.jpg");
    /*cngnow*/
    background-repeat: no-repeat;
    background-size: cover;
}

nav {
    width: 100%;
    height: 15vh;
    background: rgba(0, 0, 0, 0.2);
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}

.logo {
    width: 25%;
    text-align: center;
}

.menu {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.menu a {
    width: 50%;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

main {
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
}

.glass {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    border: 1px solid whitesmoke;
    margin-top: 15px;
}

section ul {
    font-weight: 200;
}