.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
.container {
    width: 100vw;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
     
    
}

.container2 {
    width: 100vw;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
     
}

.container3 {
    width: 100vw;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    text-align: center;
     
}

h1 {
    font-size: 100px; 
    margin-bottom: 30px; 
}

p {
    font-size: 40px; 
    margin-bottom: 20px; 
}

button {
   background-color: white;
    border: 2;
    color: black;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
  }

footer {
    display: block;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 15px;
  }

  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;
  }
