body {
    background-color: #000034;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 24px;
    margin: 0;
    height: 100vh;
    color: #F8F8F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.animation-container {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
}
