body {
    margin: 0;
    padding: 0;
    position: absolute;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    width: 100%;
}

h1 {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2em;
    font-size: 40pt;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.contact {
    margin-top: 130px;
    margin-bottom: 100px;
    /* background: pink; */
}

.contact_info {
    position: relative;
    display: inline-block;
    /* background: pink; */
    width: 50%;
    line-height: 1.8em;
    font-size: 14pt;
    margin-right: 25%;
    margin-left: 25%;
    text-align: justify;
    padding-top: 5%;
}

.social_links {
    position: relative;
    display: inline-block;
    /* background: rgb(170, 170, 255); */
    width: 50%;
    height: 50px;
    margin-top: 50px;
    margin-right: 25%;
    margin-left: 25%;
    text-align: center;
    padding: 0;
}

.icons{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    /* background: pink; */
}

/* .icons a{
    position: relative;
    display: inline-block;
    width: 50px;
} */

img{
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0;
} 

img:hover{
    opacity: 70%;
}

.email {
    color: rgb(255, 153, 135);
    text-decoration: none;
}

.email:hover{
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 4px;
    text-decoration-color: rgb(255, 153, 135);
}


/* Mobile mode */

@media only screen and (max-width: 785px) {
    
.contact {
    display: block;
    margin-top: 100px;

    }

.contact_info {
    position: relative;
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    /* padding-top: 10%; */
    }

h1 {
    position: relative;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: pink; */
    }



}