body {
    background-image: url(../images/ithink-ani7-bg.gif);
    background-repeat: repeat;
    background-attachment: fixed;
}
.wrapper {
    width: 100%;
}
/** Top Link to Site and Buttons **/
.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: ridge;
    border-color: #2716b9;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
.button{
    border: 2px solid #0aa0f7;
    background-color: white;
    font-size: .9rem;
    color: black;
    text-decoration: none;
    transition: 500ms ease-in-out;
    padding: 2px 10px 2px 10px;
}
.btn{
    border-color: #0dc1ee;
    color: #ee0d18;
}
.btn:hover {
    background-color:#0dc1ee ;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
}
.btn:active {
    transition: none;
    background-color: #ff0000;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
}
/** Content Container **/
.c-wrapper{
    width: 80%;
    max-width: 1050px;
    background-color:white;
    border-style: double;
    border-width: 8px;
    border-color: #2716b9;
    border-radius: 55px;
    padding: 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 300px;
}
.cent {
    text-align: center;
}
.marg-min-tb {
    margin: 2px 0 2px 0;
}
.fs4 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 515;
}
@media screen and (max-width: 600px){
body {
    background: none;
    background-color: gray;
}
.c-wrapper{
    width: 85%;
    padding: 10px;
}
.make-dif{
    padding-left: 30px;
    padding-right: 30px;
    }
}     