body{
    background-color:#050505 ;
}
.container2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    gap: 10px;
    width: 20vw;
    height: 40vh;
    margin: 10;
    margin-left: 10;
    padding: 10;

}
.container3 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    text-align: right;
    width: 99vw;
    height: 20vh;
    padding: 10;

}

.container1 {
    display: flex;
    flex-direction: column;
  height: 20vh;
  justify-content: center;
  align-items: center;


}

.container4 {
    display: flex;
    flex-direction: column;
  height: 20vh;
  justify-content: center;
  align-items: center;


}
.container5 {
    display: flex;
    flex-direction: column;
  height: 60vh;
  justify-content: center;
  align-items: center;


}
p {
    
    font-family: Arial, sans-serif;
    font-size: 15px;
    color:antiquewhite;
    
}

h1 {
font-family: Arial, sans-serif;
font-size: 20px;
color:antiquewhite;
}
button {
    background-color: antiquewhite;
     border: 2;
     color: black;
     padding: 10px 30px;
     text-align: center;
     display: inline-block;
     font-size: 20px;
   }


   a:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: grey;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: #B08D57;
    background-color: transparent;
    text-decoration: underline;
  }