/* General style */
body {
    text-align: center;
}

.navbar-item {
    border-radius: 5px;
    color: black;
    margin: auto 10px auto 10px;
    text-decoration: none;
}

.navbar-item:hover {
    background-color: rgb(189, 189, 189);
    transition: background-color 100ms;
}

#filling {
    background-color: #A51C30;
    height: 8rem;
}

ol {
    margin-top: 10px;
}

/* About me page */ 
#profile_picture {
    margin-top: -70px;
    border: 5px, solid, white;
    border-radius: 10px
}

#about_me > p {
    margin: 0% 10% 0% 10%;
}

/* Lecutre */
#lecture_video {
    display: block;
    border: 5px, solid, white;
    border-radius: 10px;
    background-color: white;
    margin: -75px auto  0px auto;
    
}
