body{
    margin: 0;
    font-family: "Inter", sans-serif;
}

#hero-section{
    background-image: url("images/underwater.jpg");
    background-size: cover;
    height: 400px;
    padding: 10px 0 40px 0;
}

.main{
    margin-top: 3%;
    margin-left: 5%;
    color: white;
}

h1{
    font-size: 48px;
    font-weight: bold;
}

button{
    padding: 13px 17px;
    background: #0a5f7f;
    color: white;
    border: 0px solid #0a5f7f;
    border-radius: 25px;
}

a{
    color: aliceblue;
}

.section{
    margin: 3% 5%;
}

.grid-box{
    border: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.merit-segment{
    background: lightblue;
    border: 0;
    border-radius: 25px;
}

.emot{
    
    font-size: 48px;
}

.sgmt-title{
    font-size: 20px;
    font-weight: bold;
    
}

.sgmt-dscrp{
    
    padding: 2% 1%;
}

.crs-sgmt{
    border: 2px solid lightblue;
    border-radius: 25px;
    padding: 3%;
}

#profile{
    width: 150px;
    border: 1px solid black;
    border-radius: 150px;
}

.rgt-algn{
    text-align: right;
}