* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.circle {
width: 300px;
height: 200px;
border-radius: 50%;
background-color: rgb(186, 163, 251);
text-align: center;
align-content: center;
font-weight: bolder;
margin-bottom: 30px;
}