
#main-one {
  height: 800px;
  background-image: url("/images/pexels-pixabay-256559.jpg");
  background-position: center;
  background-size:cover ;
}
#main-content-one {
    width: 800px;
    color: white;
    background-color: rgba(221, 51, 21, 0.8);
    box-shadow: 2px 4px 8px rgb(68, 67, 67);
    border-radius: 8px;
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    top: 70px;
}

#main-content-one h1 {
    color: white;
    text-transform: uppercase;
    font-size: 45px;
    font-family: "Roboto", sans-serif;
    margin: 0;
  }
  #main-content-one p{
      margin-bottom: 30px;
  }
#main-content-one a {
    margin-top: 10px;
    text-decoration: none;
    background-color: rgb(255, 251, 0);
    padding: 10px 20px;
    color: black;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgb(68, 67, 67);
  }
  #main-content-one a:hover {
    background-color:rgb(219, 216, 29) 
  } 
  #main-content { 
      display: flex;
      width: 1000px;
      height: 438px;
      margin: 0 auto;
      position: relative;
  }
  .main-contents {
    width: 600px;
    color: white;
    background-color: rgba(221, 21, 171, 0.8);
    box-shadow: 2px 4px 8px rgb(68, 67, 67);
    border-radius: 8px;
    text-align: center;
    padding: 25px 0;
    margin: 120px 50px;
  
  }
  .main-contents h1 {
    margin-bottom: 20px;
  }
  .main-contents p {
    margin-bottom: 30px;
  }
  .main-contents a {
    margin-top: 30px;
    text-decoration: none;
    background-color: rgb(255, 251, 0);
    padding: 10px 12px;
    color: black;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgb(68, 67, 67);
  }
  .main-contents a:hover {
    background-color:rgb(219, 216, 29) ;
  }
  




