html {
    scroll-behavior: smooth;
}
/* HEAD */
header{
    background-color: black;
    margin: -8px;
    margin-bottom: 0px;
    display: flex;
    z-index: 999;
}

.logo{
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 5px;

    padding: 13px;
    /* padding-left: 120px; */
}

.logo-icon{
    height: 50px;
    width: 50px;
}
.logo-icon-link{
    margin-left: 95px; /*padding */
}

.tg-icon{
    width: 35px;
    height: 35px;
    padding-top: 5px;
    position: absolute;
    right: 100px;
    margin-top: 5px;
}

/* BODY */
body{
    background-color: rgb(1, 1, 1);
}

/* FIRST BODY */
.first-body{
    background-color: rgb(0, 0, 0);
    margin-top: -75px;
    margin-bottom: 50px;
    border-radius: 15px;
    height: 65vh;
}

.first-body-text{
    color: white;

    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    font-size: 60px;
    margin-top: 45vh;

    display: flex;
    justify-content: center;
    align-items: center;
}

.next-link{
    display: flex;
    top: 0px;
    color: white;
    text-decoration: none;
    justify-content: center;
    margin-top: 120px;
}

/* SECOND BODY */
.second-body{
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid white;
}

.second-body h1{
    color: rgb(255, 255, 255);
    padding: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 2px;
    text-decoration: underline;
    text-underline-offset: 5px;
    display: flex;
    justify-content: center;
}

.second-body-about-me{
    color: white;
    padding-bottom: 20px;
    margin-inline: 25px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 23px;
}

/* FOOT */
.prefoot{
    background-color: white;
    height: 3px;
    margin-inline: -8px;
    margin-block: 15px;
}

.foot{
    margin: -8px;
    margin-block: -16px;
    height: 100px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 23px;

    display: flex;
    justify-content: center;
}