@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");

.bg-container {
    padding: 20px;
    background: linear-gradient(to left, #dac0ff, #f3eaff);
    height: 100vh;
}

.heading {
    color: #690cb0;
    font-family: "Roboto";
    font-size: 42px;
    font-weight: 600;
}

#timer {
    margin-left: 30px;
    color: #323f4b;
    font-size: 36px;
}

.secs {
    margin-top: 20px;
    color: #3e4c59;
}

.quoteDisplay {
    padding: 20px;
    background-color: #f2ebfe;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #dac0ff;
    font-family: "Roboto";
    font-size: 20px;
    color: #3e4c59;
    margin-bottom: 20px;
}

#quoteInput {
    background-color: #ffffff;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    border-style: solid;
    font-family: "Roboto";
    font-size: 20px;
    color: #3e4c59;
}

.btn-custom {
    background-color: #690cb0;
    color: #ffffff;
    margin-right: 10px;
}

#spinner {
    width: 2rem;
    height: 2rem;
    margin-top: 10px;
}

.d-none {
    display: none !important;
}

#result {
    padding: 20px 0px 20px;
}