body {
    font-family: "Open Sans", sans-serif;
    background: black;
    margin: 0px;
    margin-bottom: 100px;
    color: #FFFFFF;
}

header {
    border-bottom: solid 2px rgb(154, 42, 228);
    padding: 20px;
    font-size: 32px;
    color: #fbff00;
}

.melhor-anime {
    background: red;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

.texto-inicial {
    margin-right: 5%;
}

h1 {
    font-size: 40px;
}

p {
    font-size: 20px;
}