
  body{
    background-color: var(--color-beige);
  }
  .first-container {
    padding: 80px;
    background-color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: beige;
  }
  
    .col-container{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    }
    
  /* .col-container:after {
    content: "";
    display: table;
    clear: both;
  } */

  .column-one {
    padding: 50px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
  }
  
  .title{
width: 278px;
height: 25px;
margin-top: -25px;
margin-bottom: 30px;
color: #F5F5DC;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Michroma;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 77.778% */
  }
  
  .l-font {
width: 493px;
height: 197px;
flex-shrink: 0;
color: var(--color-beige);
text-align: center;
font-family: Michroma;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 138.889% */
letter-spacing: 1.62px;
}
  
  .xl-font {
color: var(--color-beige);
text-align: center;
font-family: Michroma;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 77.778% */
width: 320px;
height: 20px;
flex-shrink: 0;
  }
  
  .button {
    border: 2px solid beige;
    border-radius: 2px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    color: beige;
    font-weight: bold;
    transition: 0.2s;
    width: 146px;
    height: 53px;
    position: relative;
    bottom: -10em;
  }

  
  .button:hover {
    background-color: rgba(245, 245, 220, 0.884);
    color: #03071e;
  } 
