* {
    padding: 0;
    margin: 0;
}
.mainBG {
    background-color: rgb(58, 71, 100);
    width: 100%;
    height: auto;
    padding: 7% 15%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.mainBG .row {
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
}
.mainBG .row .cc h2 {
    text-align: center;
    float: left;
}
.mainBG .row .cc p {
    text-align: center;
    float: right;
}
.mainBG .row .cc p button {
    cursor: pointer; 
    background-color: transparent; 
    color: white;
    border: none;
}
.mainBG .row .answer {
    width: auto;
    height: auto;
    font-weight: 900;
    background-color: rgb(24, 32, 52);
    text-align: end;
    margin: auto;
    margin-top: 1.5%;
    border-radius: 13px;
    padding: 3% 2%;
}
.mainBG .row .answer h1 input {
    color: white !important;
}
.mainBG .row .numbers {
    width: auto;
    height: auto;
    background-color: rgb(35, 44, 67);
    text-align: end;
    margin: auto;
    margin-top: 2%;
    border-radius: 13px;
    padding: 3.2% 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.mainBG .row .numbers button {
    width: 20%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3.4%;
    padding: 1% 8%;
    font-size: 32px;
    font-weight: 1000;
    color: rgb(68, 75, 90);
    border-radius: 13px;
    border: none;
    background-color: rgb(234, 227, 220);
    box-shadow: rgb(180, 165, 151) 0px 4px 0px;
}
.mainBG .row .numbers #delBtn, .mainBG .row .numbers #resetBtn {
    width: 20%;
    height: auto;
    margin-left: 1%;
    margin-bottom: 3.4%;
    padding: 0 2.5% !important;
    font-size: 30px;
    font-weight: 1000;
    color: white !important;
    border-radius: 13px;
    border: none;
    background-color: rgb(99, 112, 151) !important;
    box-shadow: hsl(224, 28%, 35%) 0px 4px 0px !important;
}
.mainBG .row .numbers #resetBtn, .mainBG .row .numbers #submitBtn {
    width: 46%;
}
.mainBG .row .numbers #submitBtn {
    color: white !important;
    background-color: rgb(208, 63, 47) !important;
    box-shadow: rgb(147, 38, 26) 0px 4px 0px !important;
}
@media (max-width: 768px) {
    .mainBG {
        background-color: rgb(58, 71, 100);
        width: 100%;
        height: auto;
        padding: 25% 11%;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
    }
    .mainBG .row .answer {
        width: 100%;
        height: auto;
        font-weight: 900;
        background-color: rgb(24, 32, 52);
        text-align: end;
        margin: auto;
        margin-top: 1.5%;
        border-radius: 13px;
        padding: 9% 2%;
    }
    .mainBG .row .numbers {
        width: auto;
        height: auto;
        background-color: rgb(35, 44, 67);
        text-align: end;
        margin: auto;
        margin-top: 7%;
        border-radius: 13px;
        padding: 10% 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .mainBG .row .numbers button {
        width: 23%;
        height: auto;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 5%;
        padding: 1.5% 2.5%;
        font-size: 32px;
        font-weight: 1000;
        color: rgb(68, 75, 90);
        border-radius: 13px;
        border: none;
        background-color: rgb(234, 227, 220);
        box-shadow: rgb(180, 165, 151) 0px 4px 0px;
    }
}