body {
 background-color: #FDFD90;
}

a {
 color: #b8860b;
}

#title {
 position: relative;
 left: 10px;
}

#version {
 position: absolute;
 right: 10px;
 top: 10px;
}

.contato-txt {
 height: 20px;
 margin-top: 20px;
 margin-bottom: 3px;
 font-style: Carbon;
 
}

.contato-png {
 height: 50px;
 width: 50px;
 float: left;
 border-radius: 12px;
 margin-bottom: 10px;
}

.contato-link {
 margin-left: 3px;
}

.listras {
 background-color: #ffdb58;
 height: 999px;
 position: absolute;
 top: -30px;
 Z-index: -10;
 width: 50px;
}
