html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}


.addHeader{
    width: 90%;
    height: 3.3rem;
    position: fixed;
    margin-left: 5%;
    bottom: 1rem;
}

.addHeader button{
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    padding: 3% 0;
    background: linear-gradient(270deg, #326CF6 0%, #6899F8 100%);
    color: #FFFFFF;
    border-radius: 0.21rem;
    border: none;
}

.tags{
    margin-left: 5% !important;
}