body{
    background-image: url(imagens/Fundo\ siite\ 2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

nav{
    background-color: #b61c1c;
    font-size: 35px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    border: solid #44acdb 7px;
    border-radius: 35px;
}

nav a{
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

#fotoeu{
    width: 374px;
    margin-left: 745px;
    margin-top: 50px;
    border: #000 solid 10px;
    border-radius: 800px;
}

div p{
    text-align: center;
    color: #fff;
    background-color: rgba(128, 128, 128, 0.61);
    font-size: 35px;
}