@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body {
    background-color: #1C1839;
    color: rgb(179, 138, 217);

    font-family: 'Baloo 2', cursive;
    font-family: 'Source Sans Pro', sans-serif;

    display: flex;
    flex-direction: column;
    align-items: center;
}

h1, h3 {
    color: rgb(138, 217, 203);
}

h1 {
    font-size: 50px;
}

h3 {
    font-size: 25px;
}

p {
    max-width: 700px;
    margin: 60px 0 30px 0;
    padding: 0 10px 0 10px;
    text-align: justify;
}

.p1 {
    margin-top: 10px;
}

#correcao {
    margin-top: 10px;
}

li > a {
    color: rgb(138, 217, 203);
}

li {
    padding-top: 10px;
}

footer > a {
    color: rgb(138, 217, 203);
    text-decoration: none;
}

@media(max-width: 700px) {
    video {
        width: 350px;
    }
}