.container{
    background-color: orange;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 10px rgb(234, 90, 90);
}

body{
    height: 100vh;
    width: 100vw;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}