body {
    background-color: rgb(223, 223, 223);
}
.container {
    background: rgb(223, 223, 223);
    width: 600px;
    margin: auto;
    text-align: center;
    padding: 5px 10px;
    color: rgb(73, 73, 77);
}

h1, h3 {
    margin: 0;
}

h3 {
    color: white;
    background: black;
    display:inline-block;
    padding:0px 5px;
    border-radius: 10px;
}

* {
    font-family: calibri;
}

.text-box {
    background: white;
    box-shadow: 0px 0px  2px gray;
    font-size: 14px;
    text-align: justify;
    padding: 5px;
    margin-bottom: 10px;
}

h4 {
    text-align: left;
    margin-left: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 5px;
    margin-bottom: -10px;
    color: rgb(58, 71, 141);
    margin-top: 0;
}

.right table {
    border-collapse: collapse;
    margin-top: 20px;
  }

 .right table th {
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    color: gray;
}

.right tbody tr {
    border-bottom: 1px solid rgb(221, 221, 221);
  }





header{
    background: url("https://m.gjcdn.net/community-header/950/71499-crop0_492_1200_792-wk5bzdyv-v4.webp");
    background-size: cover;
    height: 200px;
    margin: -5px -10px 20px -10px;
    align-content: end;
    text-align: left;;
} header h1{
    background: rgba(0,0,0, 0.2);
    font-weight: 500;
    padding: 5px 10px;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 20px;
} header p{
    margin: 0;
    font-size: 15px;
}
header button{
    float: right;
    border-radius: 0;
    border: 1px solid rgb(50, 50, 54);
    margin: 10px;
    color: rgb(50, 50, 54);
    font-weight: bold;
    margin-top: 25px;
    padding: 3px;
}



nav{
    text-align:left;
    background: white;
    margin: -20px -10px 10px -10px;
    padding: 10px;
    box-shadow: 0px 0px  2px gray;
}
nav a {
    color: rgb(60, 60, 75);
    margin: 0px 5px;
    text-decoration: none;
    border-right: 1px solid rgb(218, 218, 218);
    padding-right: 10px ;
}
nav a:hover {
    font-weight: bold;
}
nav input {
    float: right;
}

.left, .right {
    float: left;
}

.right{
    margin-left:10px;
    width: 35%;
} .left {
    margin-left: -10px;
    width: 65%;
}

a {
    color: rgb(57, 57, 122)!important;
}
