* {
    scroll-behavior: smooth;
}

body {
    font-family: Poppins, Helvetica, sans-serif;
    background-color: #171817;
}

h1 {
    padding-top: 115px;
    text-align: center;
    font-size: 10em;
    margin-bottom: 0;
    color: #7777c2;
    font-family: 'Birthstone Bounce', cursive;
}

h2 {
    padding-top: 165px;
    text-align: center;
    font-size: 7em;
    margin-bottom: 30px;
    color: #7777c2;
    font-family: 'Birthstone Bounce', cursive;
}

#past h2 {
    padding-top: 0;
}

#past .projects{
    padding-top: 0;
}

h3 {
    color: #7777c2;
    font-weight: bolder;
}

h4 {
    color: #7777c2;
    padding-bottom: 0;
    margin-bottom: 10px;
}

h5 {
    padding-top: 0;
    margin-top: 0;
}

.images {
    object-fit: cover;
    width: 270px;
    height: 270px;
    border-radius: 20px;
}

.text-cont {
    background-color: #FEFFFE;
    width: 400px;
    height: 250px;
    padding: 10px;
    border-radius: 20px;
}

.parent-row .row .box {
    padding: 20px;
}

.textBox {
    padding: 10px;
}

.row {
    display: grid;
    grid-template-columns: repeat(6, 6fr);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    align-content: center;
    gap: 1em;
}

.logo {
    object-fit: cover;
    width: 45px;
    height: 45px;
    padding-bottom: 10px;
}

#main-footer {
    display: grid;
    padding: 2em;
    column-gap: 20px;
    justify-content: center;
    grid-template-columns: auto auto auto auto; /* Specifies 4 columns each of auto width  */
    background: #171717;
    color: #fff;
}

#main-footer a {
    text-decoration: none;
}

div.centered a {
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 20px;
    color: white;
    display: inline-block;
    margin-bottom: 10px;
}

#main-footer img {
    width: 50px;
}

.projects {
    padding-top: 50px;
}

#mail:hover {
    opacity: 50%;
}

#linkedin:hover {
    opacity: 50%;
}

#github:hover {
    opacity: 50%;
}

#name {
    height: 100vh;
}

#currently {
    padding-top: 20px;
    height: 100vh;
}

nav li{
    list-style-type: none;
}

nav li a:link {
    color: white;
    text-decoration: none;
    padding-left: 100px;
}

nav li a:visited {
    color: white;
    text-decoration: none;
}

nav li a:hover {
    color: white;
    text-decoration: underline;
}

nav li a:active {
    color: white;
    text-decoration: underline;
}

#logo {
    color: #7777c2;
    font-size: 2em;
    font-family: 'Birthstone Bounce', cursive;
}

nav {
    display: flex;
    padding-top: 1em;
    justify-content: center;
}