* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: 'arima'; 
    overflow-x: hidden; 
    background-image: url('fundo.png');
    background-size: cover;
}
#text{
    width: 1000px;
    height: auto;
    margin-left: 200px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}
#text h2{
    margin-top: 20px;
}
.aq{
    width: 750px;
    height: auto;
    margin-top: 10px;
    margin-left: 150px;
}

.aq img{
    margin-left: 25px;
}