@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab' , serif;
    box-sizing: border-box;
}
body {
}
/* NAV-HEADING SECTION */
h1 {
    background-color: #193246;
    color: #eeeeee;
}
.mySelfie {
    height: 200px;
}