@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.circle-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 70px;
}

.button-inactive {
    pointer-events: none;
    background-color: #969696;
}

.input label {
    font-size: 18px;
    margin-bottom: 8px;
    color: #3E4A59;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #FAF9F6;
    color: #3E4A59;
}

.circle-two {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 15px solid #F1F1F1;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.circle-3 {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #A0AE9D;
    border-radius: 50%;
    transition: 4s ease all;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.breaths {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #3E4A59;
}

.input select {
    border: none;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 8px;
    background-color: #BFB6D0;
    color: #FFFFFF;
    width: 100%;
    height: 48px;
}

.circle-grow {
    transform: scale(5.3);
}

.breaths-text {
    font-size: 36px;
    font-weight: bold;
    color: #A0AE9D;
}

.header {
    font-size: 55px;
    color: #A0AE9D;
    margin-bottom: 70px;
    text-align: left;
}

button {
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 8px;
    background-color: #A0AE9D;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: 0.3s ease all;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0,