* {

    user-select: none;
    box-sizing: border-box;
  }

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #112A5C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl{
  text-decoration: none;
  color: #112A5C;
  font-weight: 700;
}

  
* {
    scrollbar-width: auto;
    scrollbar-color: #002244 silver;
  }
  
  *::-webkit-scrollbar {
    width: 16px;
  }
  
  *::-webkit-scrollbar-track {
    background: silver;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #112A5C;
  
  }

  .p{
    font-size: 22px;
    color: #112A5C;
    font-family: "Montserrat", sans-serif; 

  }

  .a{
    text-align: center;
    max-width: 800px;
  }

  .t{
    font-size: 55px;
    color: #112A5C;
    text-align: center;
    font-weight: 600;
    font-family: "Montserrat", sans-serif; 
  }

  .s{
    display: block;
    text-align: left;
    margin: 15px auto;
  }

  .subc{
    color: #002244;
  }
  .mar{
    height: 96px;
    width:100%;
    background:transparent;
    }

  @media (max-width: 768px) {
    .t {
        font-size: 36px;
    }

    .p {
        font-size: 18px;
        margin: 0 40px !important; 
    }

    .links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


}

@media (max-width: 480px) {
    .t {
        font-size: 28px; 
    }

    .p {
        font-size: 16px;
    }
}