html{
    font-size: 62%;
}
body{
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif; 
    margin: 0;
    padding: 0;   
    background: linear-gradient(to bottom, #050C19, #2a55aa) no-repeat;
    height: 200vh;
}
.header{
    background: linear-gradient(to top, #050C19, #2a55aa);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    width: 100%;
    color: white;
    
}
.main-heading{
    margin-left: 5rem;
    font-size: 3rem;
}
.sub-heading{
    margin-right: 5rem;
    font-size: 2rem;
    
}
.main-nav{
    background-color: #2a55aa;
    display: inline-block;
    width: 100%;
    height: 5rem;
}
.first-list{
    width: 100%;
    display: flex;
    font-size: 1.5rem;
    list-style: none;
    margin-left: 2rem;
}
.links1{
    text-decoration: none;
    color: white;
    margin-right: 7rem;
    font-weight: bolder;
    transition: .2s;
}
.second-nav{
    position: relative;
    background-color: #2a55aa;
    width: 20rem;
    left: 10rem;
    height: 65rem;
    border-radius: 10px;
    
}
.second-list{
    display: flex;
    flex-direction: column;
    list-style: none;
    font-size: 1.8rem;
    margin-left: 0;
    padding-top: 1.5rem;
    padding-left: 1rem;
}
.items2{
    list-style: none;    
    color: white;
    margin-left: 0;
    margin-bottom: 1.8rem;
}
.links2{
    text-decoration: none;
    color: white;
    transition: .2s;
}
/*THIS IS HOW YOU DRAW LINE WITH THE PROPERTY 'AFTER'*/
/*DONT EVER FORGET TO SET THE ISPLAY AS BLOCK AND TO LEAVE CONTENT EMPTY*/
.items2::after{
    content: "";
    background: white;
    width: 18rem;
    height: .2rem;
    margin-top: .2rem;
    display: block;
}
/* .second-list li{
    border-bottom: 1.5px dashed white;
} */
.links1:hover,
.links2:hover{
    color: #152C59;
}
.first-box{
    display: flex;
    position: relative;
    background-color: white;
    width: 90rem;
    height: 35rem;
    left: 35rem;
    bottom: 65rem;
    border: 7px solid #2a55aa;
    border-radius: 10px;
    
}
.box1-heading{
    color: #152C59;
    font-size: 3rem;
}
.box1-subheading{
    color: #2a55aa;
    font-size: 2rem;
}
.description{
    padding: 1rem;
}
.box1-parag{
    font-size: 1.2rem;
    text-align: justify;
}
img{
    height: 25rem;
    margin-top: 3rem;
}
.kk{
    color: #2a55aa;
}
.table h1{
    color: #152C59;
    margin-left: 1rem;
}
.table{
    font-size: 2rem;
    margin-left: 5rem;
    margin-top: 1rem;
    
}
td{
    padding: .5rem 2rem;
}
table td{
    border-bottom: 2px dashed black;
}
table th{
    border-bottom: 2px solid black;
}
.footer{
    height: 7rem;
    background-color: black;
    position: relative;
    bottom: 30rem;
    margin-left: 10rem;
    
}
.footer-title{
    color: white;
    font-size: 1.5rem;
    padding-top: 2.7rem;
    text-align: center;
}
.loc{
    margin-left: 2rem;
    float: right ;
    
}
form{
    padding: 2rem;
}
.locc{
    font-size: 2rem;
    
}
.oo{
    margin-left: 6.5rem;
}
.o{
    margin-left: 4rem;
}
.ff{
    font-size: 2rem;
    color: white;
    position: relative;
    left: 100rem;
    top: -3.4rem;
}
.fff p{
    color: white;
    font-size: 1.5rem;
    margin: 0 0 0 .5rem;
    
}