

body{
    height: 100vh;
    background-color: #6e31cf;

    background-image: url(img/walpaper1.png);
    background-size: cover;

}

main{
    height: 100vh;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;

    align-items: center;



}
h1{
    
    text-align: initial;
    color: rgb(220, 106, 0);

}
h2{
    text-align: initial;
    color: rgb(74, 3, 217);
    background-color: rgb(161, 148, 173);
    

}

img{
    width: 80px;
}

.imgcorpo{
    width: 180px;
    border-radius: 50%;
    border: 6px solid rgb(72, 3, 182);



    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
    transition: 1s;

}

.imgcorpo:hover{
    width: 180px;
    border-radius: 50%;
    border: 9px solid blue;


    -webkit-filter: grayscale(100%);
    filter: grayscale(0%);
    

}

div{
    display: flex;
    /*background-color: #0404f1;*/
   /* justify-content: flex-end;
    justify-content: flex-end;
    */
    justify-content: center;
    align-items: center;
    gap: 40px;
    

    
}

.topo{
    background-color: rgb(0, 0, 0);
    color: rgb(0, 51, 255);

    font-size: 30px;
    font-family: sans-serif;
    font-weight: 900;
}




/**/
/*


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

}
body{
    height: 100vh;
    background-color: #00aaff;
    display: flex;
    justify-content: center;
    align-items: center;

}
main{
  /*  background-color: rgb(125, 31, 239);

}
h1{
    font-size: 128px;
    font-family: sans-serif;
    font-weight: 900;

}
h2{
    text-align: center;
    font-size: 48px;
    font-family: sans-serif;
    font-weight: 100;
    

}
.destaque{
    background-color: #000000;
    color: azure;
    padding: 20px 16px;
    transition: 1s;
}

.destaque:hover{

    background-color: #0404f1;
    
    padding: 8px 64px


}

img{
    width: 60px;
    transition: 1s;
}

div{
    display: flex;
    /*background-color: #0404f1;
    justify-content: flex-end;
    justify-content: flex-end;
    
    gap: 4px;
    

}
img:hover{
    

}

main{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
*/

