body, html {
    height: 100%;
    width: 100%;
}

hr {
    border: 1px solid rgb(255, 255, 255) !important;
}

iframe {
    height: 100%;
    width: 100%;
}

h1 {
    padding-top: 30px;
    text-align: center;
}

main {
    height: 100vh;
}

article {
    font-family: "Fredoka", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

ul li::marker {
    color: rgb(213, 154, 231);
}

p {
    margin-bottom: 0px !important;
}

.titulo {
    padding-bottom: 50px;
}

.row {
    margin-bottom: 0.9rem;
}


.col-3 {
    background-color: rgb(213, 154, 231);
    border-right: 1px solid gray;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
    height: 100vh;
    align-items: center;
}

.list {
    list-style: none;
}

.botao {
    display: inline-block;
    background-color: white;
    color: rgb(213, 154, 231);
    border: none;
    padding: 10px 20px;
    border-radius: 999px;
    width: 250px;
    text-align: center;
    text-decoration: none;
}

.caixa {
    background-color: white; 
    border: 2px solid rgb(213, 154, 231);
    padding: 20px; 
    border-radius: 12px; 
    width: 400px;  
}

.col {
    display: flex;
    justify-content: center; 
    align-items: center;
}

.col-6 {
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-bottom: 0px;
}

#container {
    height: 100%; 
    padding: 0px;
    margin: 0px;
}

#container-filho {
    height: 85%;
}

#botao-trab3 {
    font-family: 'Fredoka', sans-serif;
    display: inline-block;
    color: white;
    background-color: rgb(213, 154, 231);
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 999px;
    width: 150px;
    text-align: center;
    text-decoration: none;
}