body {
    background-color: #30394d;  
    text-align: left;
    color: white;
    font-family: "Noto Serif Condensed" , Serif;
    padding-left: 87px;
}
    
h1 {
   font-size: 80px;
   margin-bottom: 10px;
   margin-left: 73px;
   }
   
p {
  font-size: 27px;
  margin-top:0px;
  margin-left: 297px;
  font-style: italic;
}

.white-box {
    background-color: white;
    width: 935px;
    height: 506px;
    margin: 50px 0 0 30px;
    border-radius: 25px;
    padding: 10px;
    box-sizing: border-box;
}

.box-text {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: #a4afa1;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 362px;
}    

.box-image {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 18px;
    margin-left: 92px;
}

.socials-box {
    background-color: white;
    width: 359px;
    height: 418px;
    border-radius: 25px;
    position: absolute;
    right: -75px;
    top: 87px;
    margin-left: 1px;
    margin-right: 241px;
}

.sbox-text {
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    color: #a4afa1;
    font-weight: 700;
    margin-left: 125px;
    margin-top: 10px;
    text-decoration: none;
}
.image-list {
    display: flex;
    flex-direction: column;
    gap: 47px;
    margin-left: 16px;
    
}

.social-row {
    display: flex;
    align-items: center;
    gap: 42px;
}

.social-row img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 12px;
}

.social-row a {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    color: #30394d;
    font-weight: 700;
    margin-left: 10px;
}
.bottom-box {
    background-color: white;
    width: 359px;
    height: 225px;
    border-radius: 25px;
    position: absolute;
    top: 519px;
    right: 164px

}
.bottom-text {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #a4afa1;
    font-weight: 700;
    margin: 20px;
    margin-left: 122px;
}
.page-link {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #a4afa1;
    text-decoration: none;
    position: absolute;
    left: 53px;
    top: 80px;
    
}
}