@charset "UTF-8" ;

body {
    height: 98vh;
    color: black;
    /*background-color: white;
    background-image: url('imagens/wallpaper006.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 50px;
    background:rgba(0, 0, 255, 0.692) url('imagens/wallpaper006.jpg') center center no-repeat fixed;
    background-size: cover;
}

.links {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    align-items: center;
    padding: 16px;
    
}

a {
    color: black;
    font-weight: bolder;
    text-decoration: none;
}

a:hover {
    background-color: green;
    border: 3px solid blue;
    border-radius: 15px 0px;
    padding: 3px;
    
}

img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid red;
}

.cabeçalho {
    margin-bottom: 80px;
}

.cabeçalho-img {
    text-align: center;
    margin: 50px;
}

h1 {
    color: rgb(20, 247, 20);
    background-color: black;
    max-width: 530px;
    padding: 5px;
    margin: auto;
    border-radius: 5px;
}

main {
    background-color: rgb(143, 3, 3);
    padding: 10px;
    border: 5px solid blue;
    border-radius: 20px;
}

p {
    font-weight: bolder;
}

footer {
    display: flex;
    justify-content: center;
    gap: 10%;
    margin-top: 60px;
    margin-bottom: 60px;
    
}

.final:hover {
    background-color: green;
    border: 3px solid blue;
    border-radius: 15px 0px;
    padding: 5px;
}