.all {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Times New Roman', Times, serif;
    background-color:antiquewhite;
}

.background {
    background-image: url('./images/home1.png');
    background-size:cover; 
    height: 1200px;
    width: 100%;
    text-align: center;
    vertical-align: center;
    border-radius: 40px;
}

.navbar-nav.ms-auto > li {
    background-color:wheat;
    margin-right: 60px;
    border-radius: 15px;
}

.home-text {
    color:white;
    top: 50%;
    position:absolute;
    font-style: oblique;
    font-size: xx-large;
    font-weight:bolder;
}

.background-sections{
    background-color:  beige;
    border-radius: 40px;
    margin-top: 40px;
}


.annotations {
    align-self: center;
    left: 50%;
    text-align: center;
    border: 40px;
}

.annotations-embed{
    width: 1200px;
    height: 500px;
}