html {
    background-color: purple;
    font-family: "Noto Sans Display", sans-serif;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section {
    background-color: azure;
    color: darkslategrey;
    border-radius: 1em;
    max-width: 800px;
    padding: 1em;
    margin-bottom: 2em;

    text-align: justify;
}

.center-text {
    text-align: center;
}

.header-gif {
    width: 400px;
}

.title {
    color: aliceblue;
}