

#logo {
    width: 200px;
  }
  
  
  body {
    background-image: url("https://w.wallhaven.cc/full/ex/wallhaven-ex9gwo.png");
    background-size:cover;
      text-align: center;
    font-size: 10px;
    margin: 0;
  }
  
  h2 {
      font-family: sans-serif;
      font-size: 18px;
      width: 500px;
      display:inline-flex;
      align-items: center;
      text-align: center;
      color: rgb(253， 1， 1);

     
  }
  
  footer{
      display: table;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }


  @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@600&family=Merienda&display=swap');

*{

    font-family: 'IBM Plex Mono', monospace;
    font-family: 'Merienda', cursive;
    letter-spacing: 2px;
    
    
    
}

h3 {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items: center;
    text-align: center;
    min-height: 10vh;
    gap: 100px;
    
    
}



.button1 {

    width: 149px;
    height: 50px;
    border: none;
    color: #e6455c;
    background-color: #2a2a2a;
    border-radius: 4px;
    transition: ease-out 0.5s;
    font-size: 1rem;
    outline: none;
    border-radius: 230px;
    border:solid #e6455c;
    box-shadow: inset 0 0 0 0 #2a2a2a;
}

.button3 {

    width: 149px;
    height: 50px;
    border: none;
    color: #e6455c;
    background-color: #2a2a2a;
    border-radius: 4px;
    transition: ease-out 0.5s;
    font-size: 1rem;
    outline: none;
    border-radius: 230px;
    border:solid #e6455c;
    box-shadow: inset 0 0 0 0 #2a2a2a;
}

.button1:hover {
    box-shadow: inset 150px 0 0 0 #e6455c;
    cursor: pointer;
    color: #2fe70a;
    transition: ease-out 0.5s;
     }



.button2 {

    width: 149px;
    height: 50px;
    border: none;
    color: #e6455c;
    background-color: #2a2a2a;
    border-radius: 230px;
    transition: ease-out 0.5s;
    font-size: 1rem;
    outline: none;
    box-shadow: inset 0 0 0 0 #2a2a2a;
    border:solid #e6455c;

}

.button2:hover {
    box-shadow: inset 150px 0 0 0 #e6455c;
    cursor: pointer;
    color: #2fe70a;
    transition: ease-out 0.5s;
     }
