@font-face {
    font-family: 'venice';
    src: url(Fonts/VeniceClassic.ttf);;
}

@font-face {
    font-family: 'daydream';
    src: url(Fonts/Daydream.ttf)
}

body {
    font-family: 'venice';
    background-image: url(bgs/index2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    color: rgb(194, 255, 237);
    text-align: center;
    font-size: 18px;
    
}

h3 {
    font-family: 'daydream';
    color: ivory;
    text-shadow: 2px 2px 20px rgba(194, 255, 237, 0.726);;
}

a:link, a:visited {
    color: ivory;
    font-size: 30;

}

a:hover {
    text-shadow: 1px 1px 10px cyan;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

main, #web, .updates, #container, #box2 {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

main {
    border: 2px, solid, rgb(194, 255, 237);
    box-shadow: -1px 1px 15px 5px rgba(251, 255, 254, 0.808);
    width: 600px;
    background-color: rgba(26, 13, 73, 0.534);
    backdrop-filter: blur(3px);
    border-radius: 10px;
}

#a {
    padding: 10px;
    margin: 10px;
}

#banner {

    padding: 0;
    margin: 0;
    background-color: rgba(26, 13, 73, 0.534);
    border-bottom: 5px double rgba(157, 235, 255, 0.144);
    border-radius: 10px 10px 0px 0px;
}

#container {
    margin: auto;
}


#web {
    max-width: 250px;


}


.updates {
    width: 200px;
    height: 200px;
    background-color: rgba(26, 13, 73, 0.534);
    backdrop-filter: blur(3px);
    overflow: scroll;
    scrollbar-color: ivory rgba(26, 13, 73, 0.534);;
    scrollbar-width: thin;
    border-radius: 10px;
}

#u {
        background-color: rgba(26, 13, 73, 0.534);
    border-bottom: 5px double rgba(157, 235, 255, 0.144);
}

details, summary {
    padding: 4;
    max-width: 250px;
    margin: auto;
    border: none;
}

summary {
        background-color: rgba(26, 13, 73, 0.534);
        border-radius: 10px;
}