@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
.box {
    width: auto;
    border: solid #050e17 2px;
    border-radius: 5px;
    height: 300px;
    margin-top: 20px;
    background: #050e17;
}
.box h3 {
    color: white;
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
}
.visit_button2 {
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background: #1F2D48;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    width: fit-content;
    margin-left: 15px;
    font-weight: bold;
}
.alla{
    width:100%;
}
.parallax{
 background-image: url("main_background.png");
padding:150px 0;
  /* Set a specific height */

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}
.button {
    width: 150px;
    height: auto;
    background: #003B39;
    color: #fff;
    padding: 10px 12px;
    margin:20px auto 10px auto;
    font-size: 20px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 35px;
    border: 1px solid #006f6b;
    transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    display:block;
}
.footer {
    background: #191919;
    background-repeat: repeat;
    padding: 100px 100px 50px 100px;
}
.rights {
    float: right;
    color: white;
    font-size: 15px;
  
}
.left {
    text-align: left;
    color: white;
    font-size: 15px;
    
}