*{
    text-align: center;
}
p{
    color:white;
    padding-top: 70px;
}
h3{
    color:red;
}
h6{
    color:lightblue;
}
h1{
    color:lightcoral;
}
body{
    background-color: black;
}

ul li{
    display:inline;
    padding-left: 2%;
    padding-right: 2%;
    
}
ul{
    border: 2px solid #FFF;
}

ul li a{
    color:#FFF;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
}

.esq{
    float: left;
}

.dir{
    float: right;
}

.size{
    width: 300px;
    height: 300opx;
}
.quebra{
    clear: both;
}