@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');
html{
    scroll-behavior: smooth;
}
nav{
    position: absolute;
    height:100px;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #6f6f6f;
    color: black;
    background-color: #717171;
    }
header{
  position: absolute;
  width: 100%;
  font-family: 'Oswald';
  font-size: 2rem;
  color: black;
}

body{
    margin: 0%;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    align-items: center;
}
main{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    font-family: 'Oswald', sans-serif;
    align-items: center;
}
main h1{
    font-family: 'Arial', serif;
    font-size: 50px;
    text-align: center;
}
footer{
    position: absolute;
    border-top: 5px solid #6f6f6f;
    color: #00000;
    background-color: #717171;
    padding: 30px 500px;
    text-align: center;
    height:30px;
}
.scroll-box {
  margin-top: 0%;  
  height: 500px; /* maximum height of the box, feel free to change this! */
    overflow-y: scroll;
}

table{
 border:1px;
 width: auto;
 color: white;
}

tt{
  border: 2px;
  padding: 10px;
  font:40px "Arial";
  font-weight: bold;
  background-color: #D0E3FA;
  color:white;
}

th{
  border: 1px solid black;
  border-radius: 10px;
  font:40px "Arial";
  font-weight: bold;
  background-color: red;
  color:white;
}

tp{
  border: 1px;
  padding: 10px;
  font:40px "Arial";
  font-weight: bold;
  background-color:red;
  color:white;
}

td{
  border:1px;
  padding: 10px;
  font:35px "Arial";
  font-weight: bold;
  text-align: center;
}


p{
	color:black;
	font:40px "Arial";
	line-height:50px;
}

t1{
	color:blue;
	font:40px "Arial";
	font-weight: bold;
	line-height:50px;
}
