body {
    background-image: url(../images/phone.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
}
/** Full Main Wrapper **/
.wrapper {
    width: 100%;
}
/** Top Menu Wrapper **/
.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:#ff0000;
    border-width: 5px;
    border-radius: 20px;
    min-width: 250px;
    max-width: 350px;
}
/** Main Content Wrapper **/
.c-wrapper {
    width: 80%;
    max-width: 1000px;
    background-color:white;
    border-style: solid;
    border-width: 5px;
    border-color: #ff0000;
    border-radius: 55px;
    padding: 20px 20px 40px 20px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 400px;
}
/** Top Menu Buttons **/
.button {
    border: 2px solid #0707aa;
    background-color: #eeeeee;
    font-size: .9rem;
    color: #000000;
    text-decoration: none;
    transition: 300ms ease-in-out;
    padding: 2px 15px 2px 15px;
}
.btn {
    border-color: #0707aa;
    color: #000000;
}
.btn:hover {
    background-color: rgb(236, 233, 22);
    border-color: #ff0000;
    border-radius: 20px;
    border-width: 3px;
    color: #000;
    font-weight: bold;
}
.btn:active {
    background-color: #ff0000;
    border-color: #000000;
    color: #ffffff;
    font-weight: bold;
    transition: none;
}
/** Font Style Size **/
.fs1 {
    font-size: 2em;
    font-weight: 600;
}
.fs2 {
    font-size: 1.5em;
    font-weight: 600;
}
.fs3 {
    font-size: 1.17em;
    font-weight: 600;
    line-height: 1.2;
}
.fs4 {
    font-size: 1em;
    font-weight: 600;
}
.fs5 {
    font-size: .83em;
    font-weight: 600;
}
.fs6 {
    font-size: .67em;
    font-weight: 600;
}
.cent {
    text-align: center;
}
.audio-container {
    display:flex;
    justify-content: center;
    align-items: center;
}
/** HR Styles **/
.h-100red {
    width: 100%;
    border: none;
    background-color: #ff0000;
    height: 2px;
    margin: 15px auto 15px auto;
}
.h-100blu {
    width: 100%;
    border: none;
    background-color: #0000ff;
    height: 3px;
    margin: 15px auto 15px auto;
}
.colr {
    color: #ff0000;
}
#IC {
    padding-top: 70px;
}
@media screen and (max-width: 600px) {
    body {
    background: none;
    background-color: #000000;
}
    .c-wrapper {
    width: 85%;
    padding: 10px;
    margin-bottom: 100px;
    }
}
