* {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: Arial;
}

body {
    background-color: black;
}

#logotipo1 {
    width: 650px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: -40px;
    /* border: 1px solid red; */
}

#logotipo2 {
    width: 350px;
    position: relative;
    left: 50%;
    margin-left: 70px;
    top: 20px;
    /* border: 1px solid green; */
}

#slogan {
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 250px;
    font-size: 18px;
    
    letter-spacing: 2px;
    text-align: center;
}

#requesitos {
    width: 390px;
    position: absolute;
    top: 335px;
    left: 50%;
    margin-left: -690px;
}

#centroImagem {
    width: 580px;
    position: absolute;
    left: 50%;
    margin-left: -290px;
    top: 340px;
}

#qualidades {
    width: 350px;
    position: absolute;
    top: 335px;
    left: 50%;
    margin-left: 320px;
}

#dados {
    width: 700px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 690px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
}

.gray {
    color: rgb(80, 80, 80);
}

.white {
    color: white;
}