/* My images */
/* Presets */

.me-img {
    width: 100%;
    height: 300px;
    background-image: url(../images/Me/Me.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hr-line {
    width: 50%;
    align-items: center;
    color: aqua;

}