

body{
    background-color:rgb(0, 39, 76);
    width:100%;
    text-align: center;
    bottom: 30pt;
}

a{
    text-decoration: none;
    list-style-type: none;
    font-weight: bolder;
}
#menu{
    top:0;
    left:0;
    height: 40pt;
    width:100%;
    min-width: 500pt;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 18px;

    display: block;
}
#heading{
    margin-top: 2.5%;
    text-align: left;
    text-align: center;
    color: rgb(255, 203, 5);
    text-decoration: none;
    list-style-type: none;
    font-size: 48pt;

}
    .leftm{
        float: left;
        height: 100px;
        width: auto;
        display: none;
    }
    .rightm{
        float: right;
        height: 100px;
        width: auto;
        display: none;
    }
#picture{
    position: relative;
}
#photo{
    position: relative;
    top: 15pt;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    width: 325pt;
    height: 350pt;
    background-color: rgb(255, 203, 5);
    border-color: black;
    border-radius: 125px;
    display: block;
}
#test{
    left: 50%;
    top:-150pt;
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: none;
    float: right;
    color: white;
    font-size: 24pt;
}

#test1{
    z-index: 1;
    position: relative;
    margin-left: -50%;
    margin-right: auto;
    top: -150pt;
    float: left;
    color: white;
    font-size: 24pt;
    display: none;
}
#test1.goblue{
    text-align: center;
}
.monty{
    position: relative;
    top: 15pt;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    width: auto;
    height: 425px;
    overflow: hidden;
    display: block;
}

#abstract{
    top: 70px;
    position: relative;
    position: top;
    font-weight: 400;
    min-width: 500pt;
    color: rgb(255, 203, 5);
    display: block;
}
#abstract .abs_text{
    position: absolute;
    display: block;
    position: center;
    left: 5%;
    min-width: 500pt;
    font-size: 24pt;
    width: 90%;
}

.instruction{
    position: relative;
    top: 90px;
    bottom:-20px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    display: block;
    font-size: 18pt;
    margin-left: 5%;
    width: 90%;
    bottom: 50pt;
}
#click{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: rgb(255, 203, 5);
    color:rgb(0, 39, 76);
    border-radius: 100px;
}
#click:hover{
    color: rgb(255, 203, 5);
    background-color:rgb(0, 39, 76);
}
.goblue{
    font-size: 36pt;
    color:  rgb(255, 203, 5);
}

#topbar{
    top: 0;
    left: 0;
    padding:0;
    position: fixed;
    background-color:  rgb(255, 203, 5);
    height: 30px;
    width: 100%;
    display: block;
}
#bottombar{
    bottom: 0;
    left: 0;
    padding:0;
    position: fixed;
    background-color:  rgb(255, 203, 5);
    height: 30px;
    width: 100%;
    display: block;
}