#header h1 {
    display:inline-block;
    text-align: center;
    font-size:40px;
    /*float:right;*/
    margin-left:260px;
    width:210px;
    /*background-color: white;*/
    margin-top: 0;
    padding:0;
}
#login {
    width:100px;
    height:50px;
    font-size:25px;
    border-radius:10px;
    background-color: white;
    color: #2f49ce;
    margin-top:10px;
    border:1px solid #6377da;
}
#login:hover {
    background-color: #2f49ce;
    color:white;
}
.main {
    width: 990px;
    padding:5px;
    display:flex;
    background-color: #ffffff;
}
.mainFour {
    width: 240px;
    vertical-align: top;
    height: 225px;
    background-color: #6377da;
    margin:auto;
    border-radius: 20px;
}
.top {
    height:95px;
    width: 230px;
    margin-top:5px;
    margin-left:5px;
    text-align: center;
    border-radius: 20px;
    background-color: white;
}
.mainButton{
    /*display:block;*/
    width: 100px;
    height:45px;
    border-radius: 10px;
    background-color: #2f49ce;
    color:white;
    border: 0;
    font-size: 20px;
    margin-top:25px;
}
.mainButton:hover{
    background-color: #97a4e7;
    color:black;
}
.bottom {
    /*height: 100px;*/
    width:220px;
    padding:5px;
    padding-left:10px;
    /*margin-top:40px;*/
}
.hidden {
    display:none;
}
#notAvail {
    position: absolute;
    top:215px;
    left:300px;
    width:400px;
    height:200px;
    background-color: #6377da;
    text-align: center;
    border-radius: 10px;
    font-size:30px;
    border: 2px #1c2c80 solid;
}
#exit{
    width: 400px;
    height: 40px;
}
#exitBut{
    border-radius: 0 10px 0 10px;
    float:right;
    border:0;
    height: 40px;
    width: 40px;
    font-size: 30px;
    background-color: white;
    color: #6377da;
}
#midText {
    margin-top:9px;
    color:white;
}
