body {
    color: rgb(0, 0, 0); 
    background-color: #ffffff;;
    font-size:18px; 
    text-align:center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 20%;
    padding-top: 10px;
}

h1 {
    color:rgb(4, 4, 4);
}

.color-word{
    color:rgb(13, 95, 111);
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding-bottom: 10%;
  }
  
.crop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 100px;
}

.crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .header .crop img {
width: 400px;
height: 300px;
} */

a:link {
color: rgb(112, 144, 48);
}
  
a:visited {
color: rgb(183, 108, 108);
}

a:hover {
color: rgb(69, 106, 79);
text-decoration: underline;
}
  
a:active {
color: rgb(124, 86, 16);
}

.info-box {
display: inline-block;
text-align: left;
}