body {
    background-image: url('../media/backgrounds/purple-light.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

main {
    width: fit-content;
    line-height: 1.5rem;
    margin: auto;
    background-color: transparent;
    border: none;
}