.navbar {
    background-color: #e3f4f0;
    height: 60px;
    margin-top: 10px;
}
.brand-logo{
    height: 60px;
    width: 80px;
    margin-left: 50px;
}
.form-control{
    width: 250px;
    border-radius: 20px;
    border-color: black;

}
.btn {
    border-radius: 5px;
}
.nav-link{
    color: black;
}
.d-block{
    height: 630px;
}
.carousel{
    margin-top: 10px;
}
.carousel-item{
    height: 550px;
}
* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding in columns */
  .row {margin: 0 -5px;
margin-top: 40px;
margin-left: 60px;
margin-right: 60px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
  
  /* Responsive columns - one column layout (vertical) on small screens */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
      
    }
  }
  .about-text{
    height: 350px;
    width: 800px;
    margin-left: 70px;
    padding: 40px;
    margin-top: 50px;

background-image: url(/);  }
  .about-img{
    height: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
margin-right: 70px;
margin-top: 110px;
width: 470px;  
}
.about-paragraph{
    font-family: 'Times New Roman', Times, serif;
    text-align: justify;
}
.form{
  height: 55  0px;
  width: 400px;
padding: 40px;
font-family: 'Times New Roman', Times, serif;
margin-left: 520px;
margin-top: 50px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 12px;
border: 5px solid black;
animation: borderAnimation  5s infinite;
}
@keyframes borderAnimation {
  10% {
    border-color: #b6feff;
  }
  25% {
    border-color:#cfe5e6 ;
  }
  50% {
    border-color: #bbc7f4;
  }
  75% {
    border-color: #f9c0fa;
  }
 
}
.login-button{
  text-align: center;
   height: 40px; 
  width: 200px;
  border-radius: 12px;
  background-color: #00DBDE;
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
font-family: 'Times New Roman', Times, serif;  
font-size: 20px;
}
/* For devices with width less than or equal to 600px (typical mobile screens) */
@media screen and (max-width: 600px) {
  /* Adjust font sizes, padding, layout, etc. */
  body {
    font-size: 14px;
  }

  .container {
    padding: 10px;
  }

  /* Example of adjusting layout for mobile */
  .column {
    width: 100%;
  }
}
