.Main-The0s-background-color{
  background-color: #2F2F2F;
}

.bttn {
    border-radius: 10px;
    background-color: #2F2F2F;
    border: 1px solid #D7D7D7;
    color: #D7D7D7;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
}
.bttnMv{
  margin-right: 2em;
}
.visually-hidden {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  box-shadow: none;
  flex-grow: 1;
  padding-top: 18px;
  padding-bottom: 6px;
  padding-left: 1px;
  max-width: 100%;
}
.bttn:hover{
color:#EABCCF ;
border: 1px solid #EABCCF;
}
.border-bottom{
    border-bottom:2px solid #EABCCF !important;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #2f2f2f;
    margin: auto;
    padding: 0;
    border: 2px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  .close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .modal-body {
    padding: 2px 16px;
    background-color: #2f2f2f;
    color: #D7D7D7 ;
    text-align:center !important;
    border-radius: 10px;
  }
  .modal-body {padding: 2px 16px;}
  
  .landingPageText{
    color: azure;
    text-align: center;
  }
  .headerLP {
    padding: 60px;
    font-size: 50px;
  }
  .bodyLP{
    font-size: 20px;
  }
  .centerShit{
    text-align: center;
  }
  .bttnDL{
    border-radius: 10px;
    background-color: #EABCCF;
    border: 1px solid azure;
    color: #2f2f2f;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
  }
  .bttnDL:hover{
    color:#EABCCF !important;
    border: 1px solid #EABCCF !important;
    background-color: #2f2f2f;
  }
