.account
{
    width:300px;
    display: inline-block;
}
.button
{
    font-size:17px;
    background:rgb(245, 245, 245);
    border-radius:25px;
    width:150px;
    height:45px;
    display: block;
    margin:3% auto 0 auto;
}
.button:active
{
    background:rgb(255, 255, 255);
}
.father
{
    /*background:linear-gradient(45deg,rgb(74, 200, 192),rgb(209, 255, 225),rgb(255, 224, 224));*/
    background:rgb(55, 137, 116);
    height:100%;
    margin:0;
    flex-wrap:wrap;
    display:flex;
}
.fake_div
{
    display:flex;
    justify-content: center;
    width:100%;
    height:13px;
}
.fake_div_width
{
    border-radius: 20px;
    width:1.5%;
    height:10%;
}
html
{
    height:100%;
}
.maindiv
{
    /*position:fixed;*/
    display:flex;
    justify-content: center;
    align-content:flex-start;
    flex-wrap:wrap;
    height: 100%;
    width: 6vw;
    padding: 10px;
    background:rgb(255, 255, 255);
    transition: width 0.25s linear;
}
.maindiv:hover
{
    width:12vw;
}
.headshot
{
    width:70px;
    height:70px;
}
.kill_line
{
    height:2.5px;
    width:50px;    
}
.login-div
{
    margin:auto auto;
    width:55%;
    height:50%;
}
.input-style
{
    background:rgb(216, 216, 216);
    font-size:17px;
    border-radius: 20px;
    border: 2px solid rgb(135, 135, 135);
    height:40px;
    margin:2%;
    transition:all 0.4s ease-out;
}
.input-text
{
    font-size:17px;
    padding-left:20px;
    padding-right:20px;
}
.register-div
{
    margin:auto auto;
    width:55%;
    height:75%;
}
.shadow
{
    border: 2px solid rgb(255, 255, 255);
    background:rgba(255, 255, 255, 0.3);
    border-radius:25px;
    border: 2px solid rgb(215, 215, 215);
    box-shadow:10px 10px 20px rgba(119, 119, 119, 0.65);
}
.shadow:hover
{
     box-shadow:20px 20px 30px rgba(255, 255, 255, 0.7);
}
.text
{
   /* font-family:"HM",sans-serif;*/
    height:5%;
    font-size:17px;
    font-weight: 450;
    color: rgb(0, 0, 0);
}
.text:hover
{
    text-decoration: underline;
}
.text-div
{
    display: inline-block;
    width:100px;
    margin-left:22%;
    margin-top:50px;
}
.top-div
{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    height:10vh;
    transition:height 0.25s linear;
}
.top-div:hover
{
    height:15vh;
    box-shadow:20px 20px 30px rgba(255, 255, 255, 0.7);
}
.miku
{
    width:90px;
    height:80px;
    margin-right:2%;
}
.mid-div
{
    margin-top:1.5%;
    flex:1;
    width:100%;
}
.mid-div:hover
{
    box-shadow:20px 20px 30px rgba(255, 255, 255, 0.7);
}
.center-div
{
    margin-right:1.5%;
    min-width: 0; 
    flex-direction: column;
    display:flex;
    flex:1;
}
.normal-text
{
    display: inline-block;
    font-size:21px;
    font-weight:400;
    border-radius:30px;
}