/* buninininininininiya! */


/* doing this so the viewport is the entire screen */
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
}



.b-ball {
    width: 18rem;
    height: 18rem;
    position: absolute;
}

.main-body {
    display: flex;
    justify-content: center;
}

.title {
    text-decoration: underline;
}
