#content {
    position: absolute;
    padding: 20px;
    margin-top: 20px;
    
    animation: swoosh-h 0.2s;
}

#content h1 {
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin: 0;
}

#content div {
    font-family: Rubik;
    display: flex;
    flex-direction: column;
}

#content *:first-child {
    display: inline-block;
}
