body{
    background-image: url(../images/computers-bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
    width: 100%;
}
.m-content{
    width: 60%;
    border-style:double;
    border-width:10px;
    border-color:#FF9E2E;
    border-radius:10px;
    background-image:url('../images/main1-bg.jpg');
    color:#000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 300px;
    padding: 20px 40px 100px 40px;
    box-shadow: 0px 0px 20px black;
    -webkit-box-shadow: 0px 0px 20px black
}
.button {
    border: 3px solid #ff0000;
    background-color: #000000;
    border-radius: 25px;
    font-size: 1.25rem;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    transition: 500ms;
}
.btn {
    border-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 275px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}
.btn:hover {
    background-color:#0000ff;
    color: #ffff00;
    border-radius: 0px;
    font-weight: bold;
}
.btn:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
.topheader {
    text-align:center;
}
.mo{
    margin-left:50px;
    margin-top:-10px;
    color:#2717FF;
} 
.mm-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.justcent{
    display: flex;
    justify-content: center;
    width: 25%;
    margin: 0px auto 0px auto;
}
.centpad{
    text-align: center;
    margin: 0px 0px 5px 0px;
}
.cent {
    text-align: center;
}
/** Font Sizes **/
.fs2 {
    font-size: 1.5em;
    font-weight: 600;
}
.fs3 {
    font-size: 1.17em;
    font-weight: 600;
    line-height: 1.25;
}
.fs4 {
    font-size: 1em;
    font-weight: 600;
}
.fs5 {
    font-size: .83em;
    font-weight: 600;
}
.smaller {
    font-size: .87rem;
}
    .cdb {
    color: #3131e4;
}
.dul {
    text-decoration: underline double;
}
.telico {
    vertical-align: middle;
}
.td-none {
    text-decoration: none;
    font-size: 1.25em;
}
.rdc {
    color: #ff0000;
    font-size: 1.2em;
    font-weight: 700;
}
@media screen and (max-width: 920px) {
    img {
        max-width: 400px;
    }    
}
@media screen and (max-width: 600px){
    body {
    background: none;
    background-color: gray;
}
img {
    max-width: 300px;
}
.m-content{
    width: 90%;
    padding: 10px;
    }
}     