*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
body{
    font-size: 30px;
    overflow-x: hidden;
    color: white;
    font-family: 'Poppins', system-ui, sans-serif;
}
header{
    background-image:linear-gradient(145deg, rgba(13,17,40,0.85) 0%, rgba(253,97,0,0.4) 100%),url(../image/write.jpg);
    height:100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.clearfix:after{
    content: " ";
    visibility: ;
    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:130px;
}
.search{
    text-align: center;
    margin-top:40px;
   }
.main-content-header{
     border-top:2px solid #fff;
}
h2{
    padding:10px;
    text-shadow:  #000 0px 0px 6px,   #000 0px 0px 6px,   #000 0px 0px 6px;
}
h3{
    font-size: 2.3rem;
    padding:10px;
    padding-left: 5rem;
    color: rgb(253, 253, 108);
    text-shadow:  #000 0px 0px 6px,   #000 0px 0px 6px,   #000 0px 0px 6px;
}
h3:hover{
    font-size: 2.5rem;
    color: yellow;
}
p{
    font-size: 2rem;
    padding: 20px;
    padding-left: 5rem;
    padding-right: 5rem;
    text-shadow:  rgb(255, 255, 255) 0px 0px 1px,   rgb(255, 255, 255) 0px 0px 1px,   rgb(255, 255, 255) 0px 0px 1px;
}
