body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

p {
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

.header {
    padding: 20px;
    /* some padding */
    text-align: center;
    /* center the text */
    background: #932432;
    /* green background */
    color: white;
    /* white text color */
    font-family: 'Roboto', sans-serif;
}


/* Increase the font size of the <h1> element */

.header h1 {
    font-size: 40px;
}


/* Style the top navigation bar */

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    left: 0 !important;
}

.menu__btn {
    position: fixed;
    top: 50px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    transition-duration: .25s;
}

.hamburger-menu {
    height: 0px
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

.footer {
    font-size: 10px;
    padding: 10px;
    /* Some padding */
    text-align: center;
    /* Center text*/
    background: #283747;
    /* Grey background */
    color: white;
}
footer{
    bottom: 0;
    position: fixed;
    width: 100%;
}
.footer {
    text-align:center;
    padding:10px;
}

/* flex boxes */

.flex-container {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.flex-item-left {
    flex: 20%;
}

.flex-item-middle {
    flex: 15%;
}

.flex-item-right {
    flex: 65%;
}

.flex-item-left1 {
    flex: 50%;
}

.flex-item-right1 {
    flex: 50%;
}


/* Responsive layout - makes a one column layout instead of a two-column layout */

@media (max-width: 800px) {
    .flex-item-right,
    .flex-item-middle,
    .flex-item-left {
        flex: 100%;
    }
}


/* Search bar*/

*,
*::after,
*::before {
    margin: 0;
    padding: 10;
    box-sizing: inherit;
    font-size: 62, 5%;
}

.form__label {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-left: 2rem;
    margin-top: 0.7rem;
    display: block;
    transition: all 0.3s;
    transform: translateY(0rem);
}

.form__input {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    border: none;
    width: 90%;
    display: block;
    border-bottom: 0.3rem solid transparent;
    transition: all 0.3s;
}


/* Table */
table { 
    display: inline-table;
}
td,
th {
    border: 1px solid #ddd;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #ddd;
}

th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #932432;
    color: white;
}


/* Button */


/* CSS */

.button-84 {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#464d55, #283747);
    border-radius: 8px;
    border-width: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-table;
    flex-direction: column;
    font-family: expo-brand-demi, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 18px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    margin: 5px 5px;
    outline: none;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all 150ms;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-84:hover {
    box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
    opacity: .85;
}

.button-84:active {
    outline: 0;
}

.button-84:focus {
    box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
    .button-84 {
        height: 48px;
    }
}

img{
    width:350px;
    height: 440px;
    float: left;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.text{ 
    margin-top: 50px;
    text-align: justify;
    text-justify: inter-word;
    margin-right: 50px;
    font-size: 15px;
}

.help{ 
    margin-top: 50px;
    text-align: justify;
    text-justify: inter-word;
    margin-right: 50px;
    font-size: 15px;
    margin-left: 50px;
}

.flex-item-left2 {
    flex: 30%;
}

.flex-item-middle2 {
    flex: 40%;
}

.flex-item-right2 {
    flex: 30%;
}
