.content {
    background-image: linear-gradient(to bottom, #f1f1f1, rgb(208, 208, 208));
    background-attachment: fixed;
    min-height: 100vh; 
    position: relative;
}

.wrapper {
    height: fit-content;
    width: 100%;
    max-width: 600px;
}

.wrapper .branding {
    max-width: 100%;
    /* max-height: 100px; */
}

.user-info {
    position: absolute;
    top: 1em;
    right: 1em;
}

.rounded {
    border-radius: 12px !important;
}