body {
    display:flex;
    flex-direction:column;
}

.contact-desc {
    display:flex;
    align-items: center;
    justify-content:center;
    height:5vh;
    padding:50px;
}

.contact-desc-text {
    font-family:'IBM Plex Mono';
    font-weight:400;
    font-size:24px;
    text-align:center;
    line-height:40px;

}

.contact-img {
    border-radius: 200px;
    width:150px;
    margin:20px;
}

.contact-box {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    width:600px;
    border-radius:15px;
    align-self:center;
    margin:50px;
}

.contact-text {
    margin:20px;
}

.contact-head {
    font-family:'Poppins';
    font-weight:500;
    font-size:35px;
    color:rgb(0, 0, 0);
}

.contact-info {
    font-family:'IBM Plex Mono';
    font-weight:400;
    font-size:25px;
    color:rgb(0, 0, 0);
    padding-bottom:25px;
}

.hr-1 {
    color:rgba(0, 0, 0, 0.24);
    border:solid;
    padding:0;
    border-width:1px;
    width:500px;
    margin-top:50px;
    margin-bottom:0px;
}

.hr-2 {
    color:rgba(0, 0, 0, 0.24);
    border:solid;
    padding:0;
    border-width:1px;
    width:500px;
    margin-top:0px;
    margin-bottom:250px;

}