Sizeone {
    font-size: 140%;

}
.Sizetwo {
    font-size: 230%;

}
.Sizethree {
    font-size: 70%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    color: aquamarine;
    background-color: rgba(51, 51, 235, 0.877);
    
}
.backgroundfade{
    position: absolute;
    display: flex;
    background-color: black;
    width: 100%;
    height: 100px;
    filter: blur(60px);
    
}
.screensectionlow{
    position: static;
    list-style: none;
    border: none rgb(0, 0, 0);
    background-color rgba(200, 200, 200, 1);
    font-family: sans-serif;
    text-align: center;
    
    transform: translate(-50%, -50%);
    width:800px;
    height: 600px;
    
}
.outoforder{
    font-size: 230%;
    background-color rgba(200, 200, 200, 1);
}
.lowbar{
    border: solid rgb(0, 0, 0);

    background-color: rgb(151, 14, 14);
    position: static;
    
    transform: translate(-50%, -50%);
    width:800px;
    height: 600px;
    
    }

.homepagebasic{
    width: 100%;
    min-height: 100vh;
    backdrop-filter: blur(1px);
    pointer-events: none;
}
.homepagebasic nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 40px;
    height: 100px;
    align-items: center;
}
.homepagebasic nav h1{
    width: 240px;
    height: 80px;
    padding: 10px;
    border: 5px solid gray;
    margin: 0;
    font-size: 260%;
    color: #cb8503;
    position: relative;
    cursor: pointer;
    pointer-events: all;
    letter-spacing: 4px;

}
.homepagebasic nav h1 span{
    color: chartreuse;
}
.homepagebasic nav ul{
    display: flex;
}
.homepagebasic nav ul li{
    position: relative;
    list-style: none;
    font-size: 160%;
    font-weight: 400;
    padding: 22px 18px;
    cursor: pointer;
    pointer-events: all;
    transition: .3s;
    overflow: hidden;
}
.homepagebasic nav ul li button{
    padding: 0px 18px;
    margin: 0px 0px;
    font-size: 26px;
    background-color: transparent;
    color: var(--i);
    outline: none;
    border: 3px solid var(--i);
    border-radius: 4px;
    cursor: pointer;
    pointer-events: all;
    transition: .3s;
    font-weight: 600;
}
.homepagebasic nav ul li button:hover {
    background-color: var(--i);
    color: blue;
}
.homepagebasic nav ul li::after{
    content: '';
    position: absolute;
    bottom: 5px;
    width: 0%;
    height: 3px;
    left: 50%;
    background: chartreuse;
    transform: translateX(-50%);
    transition: .3s;
}
.homepagebasic nav li:hover{
    color: rgb(80, 150, 10);
}
.homepagebasic nav li:hover::after{
    width: 80%;
}
.homepagebasic section{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px);
    text-align: center;
    pointer-events: none;
}
.HomescreenTextbox h1{
    font-size: 340%;
}
.HomescreenTextbox h1 span{
    color: chocolate;
}
.HomescreenTextbox p{
    color: azure;
}
.HomescreenTextbox .Start{
    font-family: sans-serif;
    padding: 8px 18px;
    margin: 16px 12px;
    font-size: 26px;
    background-color: transparent;
    color: var(--i);
    outline: none;
    border: 3px solid var(--i);
    border-radius: 4px;
    cursor: pointer;
    pointer-events: all;
    transition: .3s;
    font-weight: 600;
}
.HomescreenTextbox .Start:hover{
    background-color: var(--i);
    color: rgba(67, 67, 92, 0.692);
}
.bgAnimation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(20,1fr);
    grid-template-rows: repeat(20,1fr);
    background: rgba(144, 144, 201, 0.692);
    filter: saturate(2);
    overflow: hidden;
}
.colourbox{
    height: 40px;
    z-index: 2;
    filter: brightness(1.1);
    transition: 2s ease;
    position: relative;
    margin: 2px;
    background: rgba(8, 8, 134, 0.692);
    border-radius:6px;
}
.colourbox:hover{
    background: chartreuse;
    transition-duration: .26s;
    border-radius:6px;
}
.backgroundAnim {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #00bfff;
    filter: blur(60px);
       display: contents;
    position: absolute;	
    animation: animback = 6s linear infinite;
}
@keyframes animback {
    0%{
        top: -60px;
    }
    100%{
        top: 120%;
    }
}
.backgroundAnimation {
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #00bfff;
    filter: blur(60px);
       display: contents;
    position: absolute;	
    animation: animback = 6s linear infinite;
}
@keyframes animback {
    0%{
        top: -60px;
    }
    100%{
        top: 120%;
    }
}
a:link { 
    text-decoration: none; 
} 
a:visited { 
    text-decoration: none; 
} 
a:hover { 
    text-decoration: none; 
} 
a:active { 
    text-decoration: none; 
}
a {
    color: #00bfff;
    text-decoration: none;
}

a:hover {
    color:chartreuse; 
    text-decoration:none; 
    position: relative;
    list-style: none;
    
    font-weight: 400;

    cursor: pointer;
    pointer-events: all;
    transition: .4s;
    overflow: hidden;
}
.behindpage{
    background: black;
}
.canvasback{

 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 75%;
    background-color: white;
}




