body {
    background-color: #4caea8;
}

h1 {
    color: #184a4e;
    font-family: Poppins, sans-serif;
    margin-bottom: 40px;
}

ul {
    margin-bottom: 0;
}
.container {
    display: block;
    width: 100vw;
    height: 100vh;
}

.heading,
.intro {
    display: none;
}

.row {
    margin: auto;
}

.col-lg-6 {
    width: 500px;
    height: 400px;
}

.entry-item {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.entry-item:first-child {
    margin-bottom: 32px;
}

.buttons {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

button#cancel {
    display: flex;
    background-color: transparent;
}

button#cancel::before {
    content: "<";
    display: block;
    padding-right: 10px;
}

.attrEntry #email {
    margin-bottom: 32px;
}

.attr ul {
    list-style: none;
    padding: 0;
}

.helpLink {
    display: none;
}
/* Desktop */
@media only screen and (min-width: 1200px) {
    .container {
        display: flex;
    }
}