* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-size: 30px;
    overflow-x: hidden;
    color: white;
    font-family: 'Flamenco' , cursive;
}
header {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url(../image/hand.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.clear::after {
    content: " ";
    visibility: visible;
    display: block;
    height: 9px;
    clear: both;
}
.row{
    max-width: 1180px;
    margin: 0 auto;
}
.main-nav {
    float: right;
    margin-top: 30px;
}
.main-nav li{
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}
.main-nav li a{
    padding: 5px 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    font-weight: 100;
}
.main-nav li a:hover {
    color: yellow;
    font-weight: 1000;
}
.table {
    margin-left: 650px;
}
.main-content {
    border-top: 2px solid white;
}
h2 {
    margin-top: 55px;
    margin-left: 60px;
    color: yellow;
    font-weight: bolder;
    text-shadow: 3px 3px black;
}
.table1 {
    margin-left: 70px;
    margin-top: 25px;
}
.table1 th {
    font-size: 2rem;
    text-align: left;
    color: white;
    text-shadow: 2px 2px black;
}
.box{
    height: 1.8rem;
    width: 18rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.table2{
    margin-left: 70px;
    margin-top: 15px;
}
.table2 th{
    font-size: 2rem;
    text-align: left;
    color: white;
    text-shadow: 2px 2px black;
}
h3{
    margin-left: 310px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.table3{
    margin-left: 70px;
    margin-top: 4px;
}
.table3{
    margin-top: 30px;
    
}
.table3 th{
    font-size: 2rem;
    text-align: left;
    color: white;
    text-shadow: 2px 2px black;
}
.table4{
    margin-top: 85px;
    margin-left: 770px;
}
.next:hover{
    background-color: pink;
    width: 100px;
    text-align: center;
    color: black;
    font-size: 2rem;
}
.next{
    background-color: white;
    width: 100px;
    text-align: center;
    color: black;
}
.next a {
    color: black;
    text-decoration: none;
}