body {

    height: 700px;
    background: linear-gradient(to top right, #1c1c1c, #353535);

    padding: 0;
    margin: 0;
}




body::-webkit-scrollbar {
    display: none;
}

/* ------Navigation------ */
.Nav_box {
    height: 105px;
    width: 500px;
    background-color: #FFAA1D;
    border: 1px inset #FFAA1D;
    box-shadow: -5px 5px 10px #9D00FF;
    float: right;
    box-sizing: border-box;
    padding-top: 20px;
    user-select: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 45px;
}
/* ------Banner Header------ */
.Banner_Header{
    width: 100%;
    height: 125px;
    float: left;
    box-sizing: border-box;
    border-left: 1px groove #545AA7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 35px;
    border-bottom: 1px groove #545AA7;
    background-color: #0C2340;
    
}
/* ------VS DOPE LOGO------ */
.Logo {
    width: 250px;
    height: 100px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    box-sizing:border-box;
    user-select: none;

}



a {
    text-decoration: none;
    color: white;
    display: inline-block;


}

.Menue {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 25px;
    margin-right: 20px;



}

.Menue:hover {
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-right: 22.5px;
    text-shadow: 0 0 30px blue;


}


.About {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    margin-right: 20px;

}

.About:hover {
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-right: 23.8px;

    text-shadow: 0 0 30px blue;

}

.Vsite {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 20px;


}

.Vsite:hover {
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-right: 22.5px;

    text-shadow: 0 0 30px blue;
}



.Ssite {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font: small;
    margin-right: 20px;


}

.Ssite:hover {
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-right: 22.5px;
    text-shadow: 0 0 30px blue;
}


.Contact {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 20px;


}

.Contact:hover {
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-right: 26.5px;
    text-shadow: 0 0 30px blue;
}

.Feedback {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 20px;
}

.Feedback:hover {
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 0 0 30px blue;
}