:root {
    /* Marvel Base Colors */
    --brightAccent: #ec2127;

    /* Black Widow */
    --maroon: #7a1f1e;
    --black: #000000;
    --baise: #655a57;
    --white: white;

    /* Captain America */
    --red: #aa1f29;
    --darkBlue: #0e103f;
}

* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Bangers', 'roboto';
    font-style: normal;
}



h1 {
    font-size: 4em !important;
}

h2 {
    font-size: 2em !important;
}

p {
    font-family: roboto;
}

a {
    text-decoration: none;
    color: white;
}

.selectorStyle {
    background: #EB2429;
    background: rgba(235, 36, 41, 1);
    border-style: Solid;
    border-color: #231F20;
    border-color: rgba(35, 31, 32, 1);
    border-width: 4px;
    width: 140px;
    border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 0;
    margin: 0;
}

#workout-weekly-container {
    display: flex;
    justify-content: space-evenly;

}

#next,
#prev {
    padding: 15px 10px;
    border-radius: 6px;
    background: #aa1f29;
    color: white;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 100px;
    ;
}

.diable-btn {
    cursor: none;
    opacity: .5;
}

.hide {
    display: none !important;
}