*{
    padding:0;
    margin:auto;
    font-family: calibri;
}

h2{
    text-align: center;
    font-size: xx-large;
    color: aliceblue;
    background:black;
    width: 100%;
}

header{
    background-color: black;
    color: white;
    height:100px;
    display:flex;

}
.hinput{
    font-size: 30px;
}
a{
    text-decoration: none;
    color:white;
    background-color: chocolate;
    border-radius: 5px;
    padding: 1px;
    border: white 2px solid;
}
.hlinks{
    float: right;
    margin-left: 150px;
    font-size: X-large;
}
.carddiv{
    display:flex;
    background-color: orange;
    margin: 20px;
    height:300px;
    width:600px;
    border-radius: 20px;
}
table{
    border: 3px chocolate solid;
    text-align: center;
    width: 500px;
    border-radius: 5px;
    margin: 10%;
}
table tr th{
    background-color: orange;
    font-size: 25px;
}
table tr td{
    background-color: black;
    color:white;
    font-size: 20px;
}

footer{
    background-color: black;
    width: 100%;
    height: 100px;
    color: white;
    padding-top: 3%;
    padding-left: 15%;
}
.chead{
    text-align: center;
    color:chocolate;
    background-color: black;
    font-size: x-large;
    border-top: white solid 3px;
}