body {
   
        <div class="section-view">
          <div class="section-background" style="transform: translate3d(0px, 0px, 0px);">
             <div class="section-background-image" style="background-image: url(&quot;https://spark.adobe.com/page/ifubm1lSeUIvm/images/D27F24F1-260C-4E66-84E5-FC61327C5B06.jpg?asset_id=BEDA4F08-3902-465F-B8D9-7E0F422F022E&amp;size=1024&quot;); height: 889px; transform: translate3d(0px, 0px, 0px); background-position: 71.5% 15.611924686192468%;" data-image-width="800" data-image-height="3824"></div>
          </div>
margin: 0;
padding: 0;

}

#navbar {
    width: 100%;
    height: 120px;
    background-color: rgba(226, 229, 229, 0.959);
    position: absolute;
    top: 0;
    transition: 0.3s;

}

.listitem {
    list-style-type:none;
    display: inline-block;
    border-inline-width: 36px;
    margin-right: 16px;
}

.listitem a {
    color: lightgrey;
    text-decoration: none;
    font-size: 20px;

}

#brand {
    float: righinline-startt;
}

.listitem a:hover {
    color: yellow;
}


header {
    height: 70vh;
    min-height: 600px;
    display: flex;
    justify-content: space-around;text-decoration:none;
    align-items: center;

}
#imageBox {
    height: 400px;
    width: 400px;
    background-image: url('./EjFm.png');
    background-position: center;
    background-size: cover;
}

p {
    color: black;text-decoration:none;
   }
   h3 {
    color: black;text-decoration:none;
   }
h1 {
    color: black;text-decoration:none;
   }

}

a{text-decoration:none;}
