body {
    scroll-behavior: smooth;
    background-color: #374151;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.navigation_bar {
    max-width: 600px;
    border: 2px solid #374151 ;
    border-radius: 30px;
    background-color: #272D33;
    padding: 20px;
    margin: 25px;
    display: flex;
    justify-content: space-around;
}

.items {
    color: white;
    font-family: Inter var,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 20px;
}

.items:hover {
    color: #98bcf7;
}


.profile {
    margin-top: 20vh;
    margin-left: 40%;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    color: white;
    line-height: 25px;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a {
    color: aqua;
    font-weight: bold;
}

b {
    font-weight: 800;
    font-size: larger;
}

.image_container {
    position: absolute;
}
img {
    margin-top: 15vh;
    width: 555px;
}

.logo{
    display: flex;
    justify-content: space-evenly;
    color: #98bcf7;
    font-size: 40px;
    margin-top: 5vh;
    margin-left: 40%;

}
#discord {
    transition: transform 0.2s ease-in-out;
}
#discord:hover{
    transform: scale(1.4)
}
#github {
    transition: transform 0.2s ease-in-out;
}
#github:hover{
    transform: scale(1.4)
}
#ig {
    transition: transform 0.2s ease-in-out;
}
#ig:hover{
    transform: scale(1.4)
}
#spotify {
    transition: transform 0.2s ease-in-out;
}
#spotify:hover{
    transform: scale(1.4)
}

