body {
    /* display: flex; */
    /* /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 6vh;
    background-color: #D4D5DA;
}


hr {
    border: 5px solid #8ea1c7;
    width: 90%;
    border-radius: 25px;
}

#fancy-text-target {
    font-family: "Noto Sans", sans-serif;
    font-weight: 300;
    font-size: 48;
}

#normal-text-target {
    font-family: "Noto Sans", sans-serif;
    font-weight: 200;
    font-size: x-large;
    text-align: center;
}

#me-img {
    width: 45%;
    margin: 5% 0 5% 0;
    outline: #4E6FB0 solid 8px;
    border-radius: 14px;
}

footer {
    line-height: 3px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 100;
    color: #6b6b6b;
}