* {
    text-decoration: none;
}

.navbar {
    background: #EEEEEE;
    font-family: Calibri;
    padding-left: 15px;
    padding-right: 15px;
}

.navdiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo a {
    font-size: 35px;
    color: #222831;
    font-weight: 600;
}

li {
    list-style: none;
    display: inline-block;
}

li a {
    color: #222831;
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    transition: 0.5s;
}

li a:hover {
    color: #EEEEEE;
    background-color: #222831;
    padding: 8px;
    border-radius: 8%;
}

body {
    background-color: #EEEEEE;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.connect{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: auto;
}
.connect img { 
    padding: 5px;
    width: 32px;
}

.introduction_body p{
    color: #222831;
    font-size: 52px;
    font-weight: bold;
    margin-top: 36px;
    margin-right: 50%;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.small_intro{
    font-size: 24px;
    margin-right: 50%;

}

.pfp img{
    position: absolute;
    margin-left: 60%;
    border-radius: 50%;
    width: 480px;
    /* margin-right: 24px; */
}