.iframe-container {
    max-width: 30rem;
}

.image-preview {
    max-width: 30rem;
}

.login-signup {
    max-width: 25rem;
    margin: 0 auto;
    margin-top: 5rem;
}

#homepage {
    display: grid;
}

header {
    background-image: url("https://i.imgur.com/oGEjhXU.jpg");
    background-size: cover;
    background-position: center;
}

h1 {
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 4rem;
    text-shadow: 1px 1px 2px #6b6a6a;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    display: grid;
    justify-content: center;
    font-size: .7rem;
    text-align: center;
    width: 100%;
    margin-top: auto;
}

#listAccordion {
    margin-top: 1rem;
}

.search {
    margin-top: 1rem;
}

.add-edit-btn {
    height: 38px;
}

.edit-delete-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: .5rem;
}

.edit-delete-btn > * {
    margin-left: .5rem;
}

.remove-tag-btn:hover {
    cursor: pointer;
}

.tag-filter-btn {
    margin-bottom: .5rem;
    background-color: #85e2d9
}

#tab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media screen and (max-width: 20rem) {
    .login-signup {
        margin-top: 1.5rem;
    }
}