header {
    background-color: #FA7300;
}

header a, form {
    margin-left: 10px;
}

header img {
    width: 80px;
}

footer {
    background-color: gray;
}

footer .destaque {
    text-decoration: none;
    color: white;
}

header a {
    text-decoration: none;
    color: black;
}

#logo {
    width: 100px;
}

.imgfake {
    width: 300px;
    margin-left: 100px;    
}

#descricao {
    margin-left: 100px;
}

main h3 {
    font-weight: bold;
}