/* * {
    background-color: rgb(223, 223, 223);
} */

#general {
    /* background-color: rgb(223, 223, 223); */
    /* margin-top: -20px; */
    font-size: 25px;
}

#description {
    font-size: 25px;
    margin-bottom: -30px;
    font-weight: bold;
}

#button {
    border-radius: 10%;
}

input[type=number] {
    /* border: none; */
    border-radius: 50px;
    /* margin-top: 0px; */
    font-size: 18px;
}

.button {
    background-color: rgb(19, 165, 0);
    padding: 7px 23px;
    border: none;
    margin-top: 10px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease 0s;
    
}

.button a {
    margin-top: 100px;
}

.button {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #edf0f1;

}

.button:hover {
background-color: rgb(0, 134, 11);
}

#right {
    font-size: 17px;
    /* margin-top: 50px; */
    position: absolute;
    right: 0%;
    font-weight: bold;
}

@media(max-device-width: 480px){
    @import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
    .button {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 15px;
        text-decoration: none;
        color: #edf0f1;
    
    }

    input[type=number] {
        /* border: none; */
        border-radius: 50px;
        /* margin-top: 20px; */
        font-size: 15px;
    }
    #general {
        font-size: 25px;
    }

    #description {
        font-size: 25px;
        /* margin-bottom: -50px; */
        font-weight: bold;
    }

    #right {
        font-size: 15px;
        margin-top: 50px;
        position: absolute;
        right: 0%;
        font-weight: bold;
    }

}

