html {
	font-family: Monospace;
	background-image: url(robloxskybox.jpg);
    background-size: cover;
    scroll-behavior: smooth;
}
.leftbar {
    margin: 4px;
    width: 12%;
    height: 77%;
    /*border: solid;
    border-width: 3px;*/
    float: left;
    position:fixed;
    padding: 25px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.724), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.724));
    
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
}
.largesecti {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 10px;
    width: 60%;
    /*border: solid;
    border-width: 3px;*/
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.724), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.724));
    display: block;
	margin-left: auto;
  	margin-right: auto;
}
.smallsecti {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 10px;
    width: 40%;
    /*border: solid;
    border-width: 3px;*/
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.724), rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.724));
    display: block;
	margin-left: auto;
  	margin-right: auto;
    text-align: center;
    
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.3);
}
.titlehr {
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    font-size: 50px;
    width: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}
hr {
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: dotted;
    border-bottom-width: 3px;
    font-size: 50px;
    width: auto;
    margin-top: 40px;
    margin-bottom: 25px;
}
a {
    font-style: italic;
    text-decoration: none;
    font-size: 13.5px;
    transition-duration:0.25s
}
a:hover{
    font-weight: bold; font-size: 14px; transition-duration:0.25s;
    background-color: black;
    color: white;
}
li {list-style-type: none; margin-top: 7px;}