* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
    text-align: center;
    align-items: center;
    scrollbar-width: none;
}

a {
    text-transform: lowercase;
}

body {
     background:#000000 url('../img/bg.gif');
     background-position: center;
     background-size:120px auto;
     background-repeat: repeat;

}


.clear {
    clear:both;
    
}


p, h1, h2, h3 {
    margin-bottom: 12px;
    margin-top: 12px;
    padding-bottom: 12px;
    padding-top: 12px;
    color: #FFFFFF;
}

a {
    padding: 12px;
    margin: 12px;
    background: #000000;
    color: #FFFFFF;
    outline: 3px solid #FFFFFF;
    text-decoration: none;
    border-radius:9px;
}

a:hover {
    background: #FFFFFF;
    color: #093C05;
    outline: 3px solid #FFFFFF;
}

.corpo {
    width:100%;
    max-width: 1200px;
    margin:90px auto;
}

img {
    width:80%;
    height:auto;
    max-width: 180px;
}

#man {
    position: absolute;
    bottom: 0;
    left: 0;
}