body{
    background-image: url(https://lh3.googleusercontent.com/d/1Dc9q4d50AmhmffjSWZNMy8d9iwmnOksU);
}

#main{
    background-image: url(https://lh3.googleusercontent.com/d/1lCl8n_OcwnBmlfjInqQKtNTELbH_B3tc);
    background-repeat:repeat;
    width: 1050px;
    height: 1000px;
    margin: 20px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: ridge 3px #da8ba5;
    box-shadow: 5px 5px 10px #08080883;

}

#maincontainer{
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner{
    border: ridge 4px #da8ba5;
}

#bannercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    
}


#scrollthing{
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scroll-left 20s linear infinite;
    flex-wrap: nowrap;
    width: max-content;

}

#scrollthing img{
    flex-shrink: 0;
}

#scrollthingcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1030px;
    height: 70px;
    background-color: #ffffff;
    border: 3px ridge #da8ba5;
    margin: 10px auto;
    overflow: hidden;
}

@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

#aboutcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
}

#about{
    background-color: #ffffff;
    width: 540px;
    height: 500px;
    border: ridge 3px #da8ba5;
    text-align: left;
}

#abouttextc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;

}

#abouttext{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://lh3.googleusercontent.com/d/1rW77nTkPe9fnc3-Um9fQzAOXFrUuiihO);
    width: 500px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #858484;
    border: 1px solid thin #797979;
    font-family: Arial Rounded MT;
    font-size: 20px;
    color: #ff52a8fd;
    text-shadow: 0px 2px 2.5px;
}

#aboutdecorationwrap{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://lh3.googleusercontent.com/d/10Fiv63nIv6s16zgvNpZxYYpulYhscxLH);
    padding: 10px;
    border: ridge 3px #dadada;
}

#aboutdecoration{
       display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#navigationcontainer{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#navheadercontainer{
    display: flex;
    justify-content: center;
    align-items: center;
     width:240px;
     height: 100px;
    border:1px solid #b7b7b7;
    background-color: #ffffff;

}


#maininfo{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-top:10px;
}

#navigationdecorationwrap{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://lh3.googleusercontent.com/d/1oQJPc6IJ1TH_l1hbwFygb0V7JGz7IIss);
    background-size: cover;
    padding: 10px;
    border: ridge 3px #dadada;
}

#navigationdecoration{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}