body{
    
    background-color: rgb(20, 46, 74);
}
.container{
    
    max-width: 1600px;
    border: 0px solid black;
}
h1{
    color: rgb(174, 248, 248);
    text-align: center;
    font-size: 60px;
    background-image: url('OIP.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main{
    border: 10px solid rgb(10, 75, 110);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: beige;
    text-align: center;
}
#mtpl{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
img{
    width: 50%;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 70px;
}
.img2{
    width: 50%;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}
.bioimage{
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin: auto;
    background-color: rgb(228, 234, 228);
    background-repeat: round;
}
.link{
    position: absolute;
    display: block;
    
    width: 10%;
    height: 30%;
    background: rgba(135, 205, 222, 0.3);
    border-radius: 50%;
}
.hyd{
    top: 36.5%;
    left: 28%;
    
}
.cry{
    top:51%;
    left: 67.5%;
    transform: translate(-50%, -50%);
}
.lith{
    top: 6%;
    left:37.9%;
}
.atm{
    top: 6%;
    right: 37.4%;
}
.maintext{
    max-width: 1000px;
    margin: auto;
    color: rgb(115, 215, 243);
    text-align: center;
}
footer{
    background-color: rgb(2, 116, 116);
    color: aliceblue;
    bottom: 0;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none;
    color: aliceblue;
    font-size:15px;
}