
  <style>
    html {
      overflow-x: hidden;
    }

    #del {
      margin-top: 10px;
      border-color: white;
      text-align: left;
    }

    #del li {
      display: inline;
      list-style: none;
      font-size: 25px;
    }

    #del a {
      display: inline-block;
      width: 100%;
      height: 5px;
      margin: 0px;
      padding: 0px;
      color: white;
      text-decoration: none;
    }

    #nav {
      padding: 0;
      margin-top: 60;
      text-align: center;
      border-radius: 5px;
      color: black;
    }

    #nav2 {
      padding: 0;
      text-align: center;
      border-radius: 5px;
      color: black;
      margin:auto;
    }

  #nav2 a {
    padding:10px;
  }

    .footer img:hover {
      opacity: 0.7;
      border-radius: 15px;
      transition-duration: 0.1s;
    }


        #nav2 li {
          display: inline;
          list-style: none;
        }


    #nav li {
      display: inline;
      list-style: none;
    }

    #nav li :hover {
      color: black;
      background: white;
      transition: 0.5s;
    }

    #nav a {
      display: inline-block;
      width: 150px;
      color: white;
      border-radius: 5px;
      text-decoration: none;
    }

    #ellie {
      padding: 0;
      margin-top: 90;
      margin-left: auto;
      margin-right: auto;
    }

    #ellie li {
      display: inline;
      list-style: none;
    }

    #ellie li :hover {
      transition: 0.3s;
      background-color: red;
    }

    #ellie a {
      display: inline-block;
      width: 100px;
      height: 120px;
      margin: auto;
      color: white;
      text-decoration: none;
    }

    * {
      box-sizing: border-box;
    }

    body, html {
      background-color: black;
    }

    body {
      text-align: center;
      font-size: 17px;
    }

    .title {
      font-family: 'Sarabun';
      font-size: 100px;
      font-weight: bold;
      text-align: left;
      margin-top:-50px;
      padding:20px;
      color:white;
      text-decoration: underline;
    }

    .title2 {
      font-family: 'Sarabun';
      font-size: 60px;
      font-weight: bold;
      text-align: justify;
      color:white;
      text-decoration: underline;
      WIDTH:80%;
    }

    .para {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 22px;
      margin-left: -10%;
      text-align: justify;
      width:100%;
    }

    .parasub {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 18px;
      margin-left:-10%;
      margin-right:auto;
      text-align: center;
      width:100%;
    }

    .parasub2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 18px;
      margin-right:auto;
      text-align: center;
      width:100%;
      color:white;
      margin-top:-40px;
      margin-bottom:90px;
    }

    .mark {
      background-color: white;
      color: black;
      font-size: 30px;
      font-style: normal;
      font-family: 'Roboto Condensed';
      width:100%;
      text-align: center;
      margin-left:-10%;
      border-radius:15px;
      margin-top:-1px ;
    }


  .hello {
        height:520px;
        border-radius: 15px;
        width:95%;
        margin:auto;
        padding:1px;
        color:white;
      }

#table {
  width:100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top:30px;
}

.column {
  max-width: 50%;
  width:100%;
}

.two {
  border-radius: 15px;
  border: 1px white solid;
  margin-bottom:60px;
  margin-top:-50px;
}

.one {
  width:320px;
  margin-right:20%;
  border-radius: 15px;
  border:1px white solid;
}

.footerbox {
    min-width:100%;
    max-width:100%;
    width:100%;
    padding:none;
}

.footer {
  margin-top:10px;
  height:70px;
  width:120%;
  margin-left: -10%;
  margin-bottom: -200px;
  background-color: white;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1700px) {
  .column {
    flex: 10%;
    max-width: 100%;
  } }

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  } }

  a {
    text-decoration: none;
  }

  .mark:hover {
    font-size: 35px;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }

  #nav2 img {
    height:50px;
    margin-bottom:-11px;
  }

#tyler {
  background-color: black;
  margin:none;
  padding:1;
  padding-top:30px;
}

  #tyler img {
    border-radius: 15px;
    width: 100%;
    border:3px black solid;
  }

  #tyler img:hover {
    border: 3px white solid;
  }

  #tyler A {
    display:inline-block;
    font-family: calibri;
  }

  #covid li {
  	display: inline;
  	list-style: none;
    padding:25px;
  }

  #covid a {
    display:inline-block;
    width: 650px;
    margin: 0px;
    padding-bottom: 30px;
    border-radius: 8px;
    text-decoration: none;
  }

  #covid h3 {
    font-family: 'Sarabun', sans-serif;
    font-size: 22px;
    font-variant: small-caps;
    color:white;
    margin-top:7px;
    padding:5px;
  }

  #covid p {
    color:white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    opacity:75%;
    margin-top:-20px;
  }

  	 #exemple1 {
  			margin-left: 175px;
  			margin-top: 400px;
  			color: #595858;
  			font-size: 35px;
  	 }
  	 #tyler2 img {
  	   border-radius: 8px;
  	 }
  	 #tyler2 A {
  	   display:inline-block;
  	   font-family: calibri;
  	   padding-left: 800px;
  	   color: grey;
  	   padding-top: 10px;
  	 }
  	 #tyler2 iframe {
  		 margin-left: 145px;
  		 padding-top: 20px;
  	 }
  	 #exemple2 {
  		 margin-left: 30px;
  		 color: #595858;
  		 font-size: 14px;
  	 }
  	 #exemple3 {
  	 	margin-left: 175px;
  		margin-right: 175px;
  		padding-top: 25px;
  	 	color: #595858;
  	 	font-size: 20px;
  		font: "arial";
  	 }

     html {
       overflow-x: hidden;
     }
