*,*::before,*::after{
    box-sizing: border-box;
}
body{
    background-color: #912256;
}
.box{
    max-width: 400px;
    height: auto;
    position: relative;
    margin-top: 10%;
    margin-left: 37%;
    background-color: white;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: .0625rem solid rgba(243, 247, 250, .05);
    border-radius: .5rem;
    box-shadow: 0 .25rem 1.875rem rgba(42, 53, 79, .05) !important;
    width: 100% !important;
    border-color: #dde1ed !important;

}
h1{
    text-align: center;
}
p{
    text-align: center;
}
.l1{
    text-align: center;
    display: block;
    color: #005ad4;
    border: 2px solid #005ad4;
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    transition: 0.3s ease;
    font-weight: 600;
}
.l2{
   text-align: center;
    display: block;
    color: #005ad4;
    border: 2px solid #005ad4;
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    transition: 0.3s ease;
    font-weight: 600;
}
.l3{
    text-align: center;
    display: block;
    color: #005ad4;
    border: 2px solid #005ad4;
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    transition: 0.3s ease;
    font-weight: 600;
}
.l4{
    text-align: center;
    display: block;
    color: #005ad4;
    border: 2px solid #005ad4;
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    transition: 0.3s ease;
    font-weight: 600;
}
.l5{
    text-align: center;
    display: block;
    color: #005ad4;
    border: 2px solid #005ad4;
    border-radius: 8px;
    padding: 12px;
    margin: 10px;
    transition: 0.3s ease;
    font-weight: 600;
}
.cardbody a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
    border-color: #005ad4;
    background-color:#005ad4;
}
/*Smartphones*/
@media screen and (max-width: 768px){
  .box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
    margin-bottom: 250px;
    width: 90% !important;
  }
}

