body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #000;
}

.animated-circle {
    background-color: #000000;
    max-width: 400px;
    width: 100%;
}