:root {
    ---corPrimaria: regba(64, 142, 69, 0.)
}

#charles {
    width: 350px;
    margin: 7px;
    display: flex;
    border: 5px solid rgb(255, 255, 255);
    background-color: white;
    border-radius: 30px;
    position: relative;
    left: calc(50% - 188px);
    flex: 1 1;
}

body {
    background-color: #111;
    font-family: cursive;
    color: white;
}

#titulobranco {
    color: white;
    text-align: center;
    background-color: gray;
    font-size: 34px;
}

#legenda {
    color: white;
    text-align: center;
    font-size: 23px;
}

#conteudo {
    background-color: #1a1a1a;
    min-width: 30vw;
    min-height: 30vh;
    border: 3px solid black;
    margin: 15px;

}

#jornada {}

.conteudo {
    margin: 15px;
    text-align: justify;
    font-size: 20px;
}

#mma {
    max-width: 350px;
    position: relative;
    left: calc(50% - 175px);
    display: flex;
    flex: 1 1;
    flex-basis: 350px;
    margin: auto;
    margin-top: 9px;
}

main {
    border: 2px solid black;
    margin: 10px;
    background-color: red;
    border-radius: 30px;
}

.title {
    color: red;
    font-size: 24px;
    text-decoration: underline;
}

@media (max-width: 440px) {
    #mma {
        width: 290px;
        left: 0px;

    }

    #charles {
        width: 290px;
        left: calc(50vw - 151.5px);
    }

}

@media (max-width: 360px) {
    #mma {
        display: none;
    }
}