body {
    background-image: url(https://media1.giphy.com/media/v1.Y2lkPTZjMDliOTUyamFzNWFudTU4cDEwdnE5bHJ5Z3N4NzJ6b2o1a2k1OXo0NGo5YXBzbiZlcD12MV9naWZzX3NlYXJjaCZjdD1n/RlwF2vFb4y7bDnWvcO/source.gif);
    background-size: cover;
    background-repeat: no-repeat;
}


h3 {
  position: relative;
font-size: 20px;
color: #ffffff;
text-align: center;}

p {
    font-size: 20px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;}

body {
    color: white}

a {
    color: rgb(255, 255, 255);
    text-align: center;}

.link {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    color: rgb(255, 255, 255);}

#typewriter {
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    position: relative;
    right: -195px;
    font-size: 36px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-top: 10px;
      line-height: 1;
  max-width: 75vw;
  margin: 1px 1px; }

#typewriter2 {
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    right: -185px;
    font-size: 12px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-top: -10px;
      line-height: 1;
  max-width: 75vw;
  margin: 1px 1px; }

.navbar {
  /* position: relative;
  top: -50px; */
  width: 100%;
  z-index: 1000;
  display: inline;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;}

.navbar ul li a {
  color: white;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: background 0.3s;}

.navbar ul li a:hover {
  background-color: #757575;}

.anel2 {
  width: 400px;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid white;}
  

  .hero {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .logos {
    width: 50px;
    height: auto;
  }