*{
    box-sizing: border-box;
}
.bigCircle{
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background-color: rgb(255, 0, 0);
    border: 5px solid black;
    margin: auto;
}
