@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}
section {
    display: flex;
    justify-content: center;
}
.container {
    padding: 0 20px;
}
.container h2 {
    text-align: center;
    font-size: 50px;
    margin: 50px 0;
}

.heading {
    margin: 100px;
}
.heading h1 {
    text-align: center;
    font-size: 40px;
}
.dream {
    display: flex;
    align-items: center;
    gap: 2px;
}

.circle {
    color: lightgrey;
}
.circle-checked {
    color: green;
}