:root {
    --primary-color: #e7343f;
    --primary-color-light: #e7344091;
    --secondary-color: #084c60;
}

html {
    font-family: 'Prompt', sans-serif;
    font-size: 16px

}

.logo-png {
    margin-top: 20px;
    margin-left: 20px;

}

.logo {
    display: block;
    text-align: center;
    margin-bottom: 100px;

}

header {
    position: relative;
    background-color: var(--secondary-color);
    color: #eee;
    min-height: 100px;
    border-radius: 5px;
}

.top {
    position: absolute;
    top: 20px;
    right: 20px;


}

.dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: large;


}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
    padding-top: 20px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.lang {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.lang-select {
    position: absolute;
    top: 20px;
    right: 100px;
    font-size: large;
}

.lang-select a {
    text-decoration: none;
    color: #eee;
}

div ul li {
    list-style-type: none;
    display: inline-block;
}

.button {
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 5px;
}

.resize {
    margin-top: 20px;
}

.table-button {
    display: block;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    width: 50%;
    padding: 0 2px 2px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 5px;

}

.button:hover {
    background-color: var(--primary-color-light)
}

.ngrok {
    display: flex;
    flex-flow: column wrap;
    align-items: right;
    width: fit-content;
    margin-top: 10px;
}

.ngrok a {
    display: flex;
    flex-flow: column wrap;
    align-items: right;
    width: fit-content;
    margin-top: 10px;
}


div.gdpr {
    display: flex;
    align-items: flex-start;

}


.gdpr {
    margin-top: 10px
}

a {
    text-decoration: none;
}

a.gdpr {
    text-decoration: none;
    color: var(--secondary-color);
    width: fit-content;
    margin-right: 50px;

}


.center {
    display: grid;
    place-content: center;
    width: 100%;
    color: darkgrey;
    margin: 25px;

}

.center-right {
    display: grid;
    place-content: center;
    width: 100%;
    color: darkgrey;
    padding-bottom: 100px;
    margin: 25px;

}

.error {
    color: var(--primary-color);
    font-size: large;
    font-style: italic;
    text-align: center;

}

li {
    margin-inline: 15px;

}

.registry form {
    display: grid;
    place-content: center;
    width: 100%;
    margin-bottom: 15px;
    font-size: 22px


}

.registry form input {
    border: 1;
    height: 30px;
    width:  auto;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
    outline: none;
    margin: 5px 0 5px;
    font-size: 18px
}

label {
    color: var(--secondary-color);
}


h1 {
    background-color: darkgrey;
    color: #fff;
    width: auto;
    margin-bottom: 0px;
}


div.results {
    display: inline;
    min-width: 600px;
    max-width: 600px;
    padding-right: 25px;
}


.user-div {
    display: flex;
    width: 600px;
    align-items: stretch;
}

.user-table {
    width: 100%;
    text-align: left;
}

.user-table thead {
    background-color: var(--secondary-color);
    color: #fff;
}

.report-div {
    display: flex;
    width: 600px;
    margin-top: 100px;
    align-items: stretch;
}

.report-table {
    width: 100%;
    text-align: left;
}

.report-table thead {
    background-color: var(--secondary-color);
    color: #fff;
}

.push {
  height: 50px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 1px 0 1px 0px;
    border-radius: 4px;
    text-align: left;
    margin: 10px 10px 0px;
}


.footer p {
    margin-left: 20px;
}
