body{
    background-image: url(Gemini_Generated_Image_4kxp0c4kxp0c4kxp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    margin: 0;
    padding: 0;
}

header {
    background-color: rgba(128, 128, 128, 0.61);
    width: 100%;
    display: flex;
}

#logo {
    width: 200px;
    margin: 20px;
}

header nav h1 {
    white-space: nowrap;
}

#h1pag1{
    padding: 70px 400px;
}

.container{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    white-space: nowrap;
}

li{
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    text-align: start;
    padding: 10px;
    color: rgb(101, 99, 241);
}

a {
  color: rgb(248, 248, 248);
  text-decoration: solid;
  border-radius: 10px;
  border: 2px solid transparent; /* Borda invisível inicialmente */
  padding: 10px 20px; /* Espaço interno para não colar no texto */
  transition: border-color 0.3s ease;
}

a:hover {
  border-color: rgb(101, 99, 241); /* Cor da borda ao passar o mouse */
  background-color: rgb(122, 122, 122);
}


body[id="pag2"]{
   text-align: center;
}

#ltrs1{
    font-size: 50px;
    float: left;
}

main nav ul li{
    margin-top: 250px;
    list-style: none;
}

main nav ul:last-of-type{
    display: flex;
    white-space: nowrap;
    gap: 250px;
}

main nav ul:first-of-type{
    margin-left: 60px;
}

#h1pag2{
    padding: 10px 20px;
    background-color: rgba(128, 128, 128, 0.61);
}

#headerpag3{
    font-size: larger;
}
#headerpag3 h1{
    margin: 20px 800px;
}

nav h2{
    text-decoration: underline;
    text-align: center;
}

aside{
    background-color:  rgba(128, 128, 128, 0.61);
    float: left;
    position: relative;
    bottom: 570px;
    left: 30px;
    margin: 20px;
}

#main1{
    float: left;
    background-color: rgba(128, 128, 128, 0.61);
    margin: 40px 400px;
}

#pag3{
    margin: 70px;
    gap: 20px;
}

.creditos{
    padding-left: 1500px;
    padding-top: 150px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    font-size: 50px;
}

#ii{
  list-style: none;
}

#tmndafonte{
    font-size: xx-large;
}

#h1pag3{
    text-align: center
}

#m4{
    text-align: center;
    padding-top: 100px;
}

#h2_4{
     background-color: rgba(128, 128, 128, 0.61);
     padding: 30px;
}

#nav_pag4{
    padding-left: 900px;
}

#h1_pag4{
    font-size: 30pt;
}