body {
    margin: 0;
    background-color: #000022;
    max-width: 100%;
}
p{
    max-width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
body::-webkit-scrollbar {
    background-color: #000022;
}
body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #05005C 0%, #0715A9 99%);
    border-radius: 100px;
    border: 1px solid #6968DF;
}
footer{
    margin-top: 50px;
    padding: 2%;
    width: 96%;
    color: white;
    background: #00000F;
    font-family: MuseoSansDisplayBold;
    display: flex;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #000380;
    color: #fff;
    font-family: Gill Sans, sans-serif;
    display: flex;
}
.header_section{
    display: flex;
    align-items: center;
}
.header_item{
    padding: 10px 15px;
    font-size: 20px;
    margin-left: 5px;
    transition: all 0.1s linear;
    position: relative;
}
.header_item:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgb(0, 190, 224);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}
.header_item:hover{
    background-color: #002F80;
    border-radius: 8px 8px 0px 0px;
    text-shadow: 0 0 40px rgba(255, 255, 255, 0.541);
}
.headerButton{
    cursor: pointer;
}
.header{
    box-shadow: 0 0 40px rgba(0, 38, 255, 0.541);
}
.title{
    font-size: 100px;
    color: white;
    font-family: MuseoSansDisplay;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
@font-face {
    font-family: MuseoSansDisplay;
    src: url(Files/MuseoSansDisplay-ExtraLight.ttf);
}
@font-face{
    font-family: MuseoSansDisplayBold;
    src: url(Files/MuseoSansDisplay-ExtraBlack.ttf);
}
@font-face{
    font-family: Pancrack;
    src: url(Files/PancrackDEMO.ttf);
}
.where_i_am{
    background-color: #000380;
    color: white;
    font-size: 45px;
    height: 50px;
    width: 200px;
    border-radius: 0% 20px 20px 0%;
    font-family: MuseoSansDisplay;
    box-shadow: 0 0 20px rgba(0, 38, 255, 0.541);
}
.text{
    color: white;
    font-family: Pancrack;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 40px;
}
.miniLogo{
    float: right;
    margin-right: 3%;
}
.soccialIcons{
    text-align: right;
    margin-left: 1100px;
}
.end{
    background-color: #C81837;
    width: 90%;
    margin-bottom: 200px;
    margin-top: 200px;
    color: white;
    font-family: 
    MuseoSansDisplay;
    height: 50px;
    margin-left: 5%;
    border-radius: 20px;text-align: center;
    box-shadow: 0 0 40px rgba(200,24,55);
}
