body{
    background-image: url(../images/fulldocs-bg.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.wrapper{
    width: 100%;
}
.m-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    border-style: solid;
    border-color:#FF4F1E;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
.button{
    border: 2px solid #0707aa;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #0707aa;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 15px 2px 15px;
}
.btn{
    border-color: #0707aa;
    color: #0707aa;
}
.btn:hover, btn:focus{
    background-color: rgb(236, 233, 22);
    border-color: #ff0000;
    border-radius: 20px;
    border-width: 3px;
    color: #000;
    font-weight: bold;
}
.c-wrapper{
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: double;
    border-width: 9px;
    border-color: #FF4F1E;
    border-radius: 25px;
    padding: 20px 20px 40px 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 200px;
}
hr{
    margin-top: 25px;
    margin-bottom: 25px;
}
.line0{
    width: 100%;
    border-width: 0;
    color: #30ff3f;
    background-color: #30FF3E;
    height: 7px;
}
.line1{
    width: 100%;
    border-width: 0;
    color: #8000ff;
    background-color: #8000ff;
    height: 5px;
}
.line2{
    width: 60%;
    border-width: 0;
    color: #FF2B2F;
    background-color: #FF2B2F;
    height: 2px;
}
.center {
    text-align:center;
     }
     @media screen and (max-width: 600px){
        body {
            background: none;
            background-color: gray;
        }
        .c-wrapper{
            width: 85%;
            padding: 10px;
        }
    }             