body {
    
    background-color: white;
    padding:  10px;
    margin: 20px;
     
}

main {
    padding: 10px; 
}

.adquira{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
   
    
}
 .adquira .pedir{
    margin-bottom:3px;
    color:#6e0b3d;
    font-size: 28px;
    text-align: center;
    font-family: 'Nulshock';
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
 }

.adquira .botao {
   
    margin: 15px;
    padding: 12px;
    border-radius: 15px;
    font-size: 25px;
    cursor: pointer;         
    color: rgb(247, 243, 13);
    background-color: #1e2f5e;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: 'Nulshock';
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
      
}

.botao:hover {
    background-color: #29cbae;
    color: #1e2f5e;
}

.container img {
    float: right;  
    display: flex;
    justify-content:flex-start;
    width: 400px;
    height: 500px;
    margin-top: 120px;
    padding: 20px;
    
}

h1 {
    color: #0c09a0;
    font-size: 35px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif
    
}

h2 {
    color: #000000;
    font-size:30px ;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: left;  
}

h3 {
    
    color: #0c09a0;
    font-size: 35px;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif
}

.principal{
    text-align: center;
}



.inicio {
    margin-top: 100px;
}



ul, p {
    min-width: 300px;
    max-width: 1200px;
    font-size: 22px;
    font-family: sans-serif;
    color: #000000;
    text-align: justify;
    margin: 1em;
    
}

img {
    
    height:450px;
    width: 1300px;
}









   


