*{
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body{
    justify-content: center;
    align-items: center;
    display: inline-block;
    font-size: larger;
    padding: 20px;
    margin: 3%;
    background-color: #d6d1cc;
}

.navbar{
    height: 30px;
    width: 100%;
    background-color: #EDEDE9;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.heading{
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #edede9f0;
}

.details{
    display: inline-block;
    justify-content: center;
    align-items: center;
    background-color: #EDEDE9;
    font-weight: 500;
}

h1, h2, h3{
    text-decoration: underline;
}

img{
    height: 400px;
    width: 49%;
    margin: 5px;
}

video{
    height: 450px;
    width: 49%;
}

ul{
    text-decoration: none;
}

span{
    font-weight: bold;
}


