body {
    text-align: center;
}

#circle {
    display: block;
    margin: 20px auto 0 auto;
}

.btn {
    width: 72px;
    height: 32px;
    font-size: 18px;
    background-color: rgb(240, 141, 12);
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

#wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

h1 {
    margin: 26px 0 0 0;
    cursor: default;
}

.btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

p {
    margin: 0
}

section {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    bottom: 28px;
    margin: 0;
}
