#Topbar {
    position: fixed;
    display: flex;
    width: 100%;
    height: 5%;
    background-color: red;
    border-radius: 0.6rem;
    align-items: center;
}

#Title {
    margin-left: 1%;
}

#Content {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}