.middle-div{
    position: relative;
    margin: auto;
    width: 20%;
    bottom: -30px;
    padding: 10px;
    background-color: rgb(194, 185, 185);
    border-radius: 10px;
}

.titlething{
    position: relative;
    margin: auto;
    font-size: 300%;
    bottom: -20px;
    color: white;
    text-align: center;
}

.titlething2{
    position: relative;
    margin: auto;
    font-size: 300%;
    top: 10px;
    left: 20px;
    color: white;
    text-align: left;
}

.upperbox{
    position: fixed;
    margin: 0;
    width: 100%;
    height: 7%;
    top: 0px;
    z-index: 1;
    background-color: gray;
    color: black;
}

.backgroundStuff{
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
    overflow-x: hidden;
}

.full-area{
    position: absolute;
    background-image: url("Flying\ Button\ Icon.png");
    background-position-y: 75%;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;

}

a{
    color:black;
}

.loginBox{
    margin-top: 5px;
}

.c{
    position: relative;
    text-align: center;
    margin: auto;
}


.usernameAllign{
    position: relative;
    text-align: left;
    margin: auto;
    top: 15px;
    line-height: 300%;
}

.bottom_c{
    position: relative;
    text-align: center;
    margin: auto;
    bottom: -10px;
    left: 6%;
}

.dwlbtn{
    position: relative;
    background-color: #4e5179;
    border-radius: 3px;
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.allignRight{
    position: relative;
    margin: auto;
    width: auto;
    height: auto;
    bottom: 30px;
    left: 45%;
}

.leftBox{
    position: relative;
    margin: auto;
    left: 40%;
    top: 5%;
    width: 256px;
    height: auto;
    background-color: rgb(53, 52, 52);
    border-radius: 15px;
}

.hideText{
    opacity: 0%;
}

.visiText{
    position: relative;
    margin: auto;
    width: auto;
    height: auto;
    color: rgb(185, 185, 185);
    top: 4px;
}

.profileBox{
    position: relative;
    margin: auto;
    top: 5%;
    left: -10%;
    width: 800px;
    height: 400px;
    background-color: rgb(53, 52, 52);
    border-radius: 15px;
    color: white;
    
}

.profileBoxBKG{
    position: absolute;
    top: 64px;
    width: 100%;
    height: 100%;
}

.textRight{
    text-align: center;
    top: -25px;
    text-decoration:underline;
}

.spaceLeft{
    position: relative;
    left: 30px;
}

.graphBox{
    position: relative;
    top: -265px;
    left: 13%;
    margin: auto;
    width: 500px;
    height: 300px;
    background-color: rgb(0 0 0);
    border-radius: 5px;
}