

body{
    margin: 0;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.master {
    
   
    margin: 25px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: rgb(187, 187, 187);
}
header ul{
    text-align: center;
}
#brasao{
    padding: 5px;
}
li{
    list-style: none;
}

.head{
    text-align: center;
}
.video{
    border-radius: 10px;
    width: 420px;
    height: auto;
}
.main{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.content {
    display: flex;
 
    justify-content: center;
    width: 80%;


    margin: 10px;
    padding: 20px;
    gap: 20px   ;
    align-items: center;
    background-color: rgb(240, 240, 240);
}

.text {
    width: 70%;
    overflow: auto;
    height: 200px;
}

button {
    background-color: rgb(0, 0, 0);
    color: rgb(240, 240, 240);
    border: 0;
    border-radius: 10px;
    padding: 15px;
    font-weight: 200;
}

button:hover{
  
    background-color: #0066cc;
    color: rgb(240, 240, 240);

}