html{
    ::-webkit-scrollbar {
        width: 0px;
    }
    background-image: url(https://zombieratt.carrd.co/assets/images/image11.png?v=c094e924);

}

body {
    max-width: 950px; 
    margin: 50px auto;
    gap: 10px;
    display: flex;
    flex-direction: column;
    font-family: "Silkscreen", serif;
}

.main {
    display: flex;
    flex-direction: column;
    width: 900px;
    border: 20px solid;
    border-image: url(https://zombieratt.carrd.co/assets/images/image09.png?v=5cad85ee) 17 round;
    border-image-slice: 34 fill;
    background-clip: padding-box;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 20px;
    background-color: #3e2e70;
    font-family: "Jacquard 12", serif;
    font-size: 36px;
    color: #fff;
}

.sub-header{
    padding: 5px;
    background-color: #7c65bf;
}

.site-container {
    Display: flex;
    width: 100%;
    gap: 10px;
    padding: 10px 0px;
}

.sidebar{
    display: flex;
    flex: 0 0 200px;
    flex-direction: column;
}

.nav-head{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7c65bf;
    padding: 10px;
    font-family: "Jacquard 12", serif;
    font-size: 28px;
}
.nav {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 0 0 270px;
    margin-bottom: 10px;
    border-radius: 20px;
    
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #3e2e70;
}
li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}
li a:hover {
    background-color: #7c65bf;
}
}

.marquee2 {
    display: flex;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #7c65bf;
    
}

.buttons-head{
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #3e2e70;
    padding: 10px;
    margin-bottom: 0px;
    font-family: "Jacquard 12", serif;
    font-size: 28px;
    color: #fff;

}
.buttons-galore {
    display: flex;
    flex-direction: column;
    overflow: auto;
    align-items: center;
    flex: 100px;
    background-color: #7c65bf;

}

.filler{
    padding: 10px;
}

.button {
    display: flex;
    padding-top: 5px;
    padding: 3px;

}

.content {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 100%;
    gap: 10px;
    padding: 10px;
    background-color: #7c65bf;
    
}

.nested-box {
    display: flex;
    height: 290px;
    gap: 10px;
    background-color: #7c65bf;
}

.welcome {
    display: flex;
    overflow: auto;
    height: 200px;
    gap: 20px;
    padding: 10px;
    background-color: #3e2e70;
    border: 20px solid;
    border-image: url(https://zombieratt.carrd.co/assets/images/image09.png?v=5cad85ee) 34 round;
    background-clip: padding-box;
}

.blog-peek{
    display: flex;
    overflow: auto;
    width: 50%;
    background-color: #3e2e70;
    border-radius: 15px;
}

.site-updates {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 50%;
    padding-left: 10px;
    background-color: #3e2e70;
    border-radius: 15px;
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    padding: 10px;
    background-color: #7c65bf;
}

.widgets{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 20px solid;
    border-image: url(https://zombieratt.carrd.co/assets/images/image09.png?v=5cad85ee) 34 round;
    background-clip: padding-box;
}


.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    padding: 20px 0px;
    background-color: #3e2e70;
    color: #fff;
}