html,body{
margin: 0px;
padding: 0px;
  background-size: cover;          /* Scales image to completely fill the area */
  background-position: center;     /* Centers the image horizontally and vertically */
  background-repeat: no-repeat;    /* Prevents the image from repeating like a tile */
  background-attachment: fixed;    /* Keeps background locked in place while scrolling */
  height: 100vh;                   /* Forces container to take full viewport height */
background-image: url('https://file.garden/akdAFWSu0TNmtyLX/suu_bg.webp');
font-family: 'Titillium Web', sans-serif;
font-size: 13px;
color:#fff;
text-align:justify;
letter-spacing:1px;
}

#box1{
position:relative;
width:735px;
min-height:100%;
margin:72px auto;
padding:8px;
}

#header{
height:350px;
width:735px;
background-image:url('https://file.garden/akdAFWSu0TNmtyLX/header.webp');
border:1px solid #230023;
}


#navbox{
margin: 0px 0px 20px 0px;
width: 100%;
height: 48px;
background-color: #1A1A1D;
border:1px solid #230023;
}


#navbox ul{
margin: 0;
padding: 10px;
text-align: center;
}
 
#navbox li{
list-style-type: none;
display: inline;
font-size: 19px;
margin: 20px;
text-transform:uppercase;
}


#box2{
position:absolute;
top: 420px;
width:480px;
min-height:650px;
border:1px solid #230023;
margin-right:4px;
padding:8px;
background-color:#1A1A1D;
margin-bottom:4px;
} 

#box3{
position:absolute;
top:420px;
left:504px;
width:223px;
min-height:650px;
border:1px solid #230023;
padding:8px;
background-color:#1A1A1D;
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
font-size:14px;
line-height:30px;
font-family:times;
font-style:bold;
display:block;
border-bottom:2px solid #5b1e6a;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
}


a{
color:#c840f1;
text-decoration:none;
font-style:italic;
}

a:hover{
color:#f383e4;
}

p{
    padding-left: 16px;
    padding-right: 16px;
}

.scroll{
  height: 190px;
  margin-bottom: 20px;
  overflow-y: scroll;
  
  scroll-behavior: smooth;
  scrollbar-color: rgb(200, 20, 255) #222;
  scrollbar-width: auto;
  background-color: #221f25;
}

#foot{
    clear:both;
    text-align:center;
    font-size:11px;
}

#button{
  padding-left: 20px;
  padding-right: 16px;
  padding-top: 15px;
}