section{
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

*{
    color: rgb(255, 255, 255);
}