@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato:700|Oswald:700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    position: relative;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.indexContainer {
    min-height: 100%;
    overflow: auto;
    padding-bottom: 50px;
}

header {
    /* CSS comments Here */
}

header a {
       /* CSS comments Here */
}

header h1 {
       /* CSS comments Here */
}

.logo {
      /* CSS comments Here */
}

.main {
       /* CSS comments Here */
}

.mainQuery {
     /* CSS comments Here */
}

button {
      /* CSS comments Here */
}

.button1{
      /* CSS comments Here */
}

.button2 {
      /* CSS comments Here */
}

.button3 {
       /* CSS comments Here */
}

.button4 {
   /* CSS comments Here */
}

.button5 {
       /* CSS comments Here */
}

footer {
       /* CSS comments Here */
}

footer p {
       /* CSS comments Here */
}

.main {
       /* CSS comments Here */
}

.mainQuery h2 {
       /* CSS comments Here */
}

.table1 {
     /* CSS comments Here */
}

.table2 {
      /* CSS comments Here */
}

.table3 {
      /* CSS comments Here */
}

.table4 {
       /* CSS comments Here */
}

.table5 {
       /* CSS comments Here */
}

thead {
       /* CSS comments Here */
}

th {
      /* CSS comments Here */
}

td {
       /* CSS comments Here */
}

@media screen and (max-width: 1020px) {

header h1 {
       /* CSS comments Here */
}
button {
       /* CSS comments Here */
}

.button1 {
       /* CSS comments Here */
}

.button2 {
     /* CSS comments Here */
}

.button3 {
       /* CSS comments Here */
}

.button4 {
       /* CSS comments Here */
}

.button5 {
       /* CSS comments Here */
}
}

@media screen and (max-width: 900px) {
header h1 {
       /* CSS comments Here */
}

.mainQuery h2 {
       /* CSS comments Here */
}

th {
       /* CSS comments Here */
}

td {
       /* CSS comments Here */
}
}

@media screen and (max-width: 650px) {

header h1 {
      /* CSS comments Here */
}

.button1 {
       /* CSS comments Here */
}

.button2 {
      /* CSS comments Here */
}

.button3 {
      /* CSS comments Here */
}

.button4 {
       /* CSS comments Here */
}

.button5 {
      /* CSS comments Here */
}

th {
       /* CSS comments Here */
}

td {
       /* CSS comments Here */
}
}

@media screen and (max-width: 554px) {
    
header h1 {
      /* CSS comments Here */
}

.button1 {
       /* CSS comments Here */
}

.button2 {
      /* CSS comments Here */
}

.button3 {
      /* CSS comments Here */
}

.button4 {
       /* CSS comments Here */
}

.button5 {
      /* CSS comments Here */ 
}

footer p {
       /* CSS comments Here */
}
}