@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@500&family=Fira+Sans:wght@600&display=swap');

body{
 
    background-image: url("https://wallpaperaccess.com/full/1111994.jpg");
    background-repeat: no-repeat;
    background-size:auto;

}


#jar-header{
    text-decoration:wavy;
    color: rgb(1, 236, 217);
    text-align: center;
    font-family: 'Akshar', sans-serif;
}
#jar-supporting{
    text-align: center;
    width: 50%;
    position: absolute;
    left: 30em;
    font-family: 'Akshar', sans-serif;
    color:rgb(0, 0, 0);
    background-image: url('https://wallpaperaccess.com/full/6157199.jpg');
    border-radius: 6em;
}
.summary{
    width: 30% ;
    font-family: 'Akshar', sans-serif;
    color: bisque;
    position:absolute;
    right: 0;


}
.preamble{
    width: 30% ;
    font-family: 'Akshar', sans-serif;
    color: bisque;

}

.sidebar{
    font-family: 'Akshar', sans-serif;
    color: antiquewhite;
    position: absolute;
    
    top:65em;
    border: 3em;
    border-color: antiquewhite;
}

