html,body {
    height: 100%;
    font-family: sans-serif;
}

.wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.content {
    height: 80%;
}

.banner {
    background-image: url('./notes-311995_1280.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 31.25%;
}


h2 {
    text-align: center;
}

p {
    margin-bottom: 50px;
    text-align: center;
}

footer {
    font-size: 80%;
    text-align: center;
}