
#menu-bar {
    width: 100%;
    height: 40px;
    background-color: rgb(6, 204, 253);
    padding-top: 12px;
}
#menu-bar a{
    color: whitesmoke;
    font-family: fantasy;
    font-size: 20px;
    text-decoration: slateblue;
    font-weight: 800px;

    padding-left: 150px;
    padding-right: 150px;
}

#menu-bar a:hover{
    color: gold;
}
 h1 {
    width: 100%;
    height: 40px;
    color: whitesmoke;
    background-color: rgb(6, 204, 253);
    padding-top: 12px;
    text-align: center;
}
p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}
h3 {
    width: 100%;
    height: 40px;
    color: whitesmoke;
    background-color: rgb(6, 204, 253);
    padding-top: 12px;
    text-align: center;
}
h2 {
    width: 25%;
    height: 40px;
    color: whitesmoke;
    background-color: rgb(6, 204, 253);
    padding-top: 12px;
    text-align: center;
}
input {
    width: 25%;
    height: 40px;
    color: whitesmoke;
    background-color: rgb(6, 204, 253);
    padding-top: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}
label {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
}
th {
    font-weight: 700;
    color:white;
    font-style:oblique;
    background-color: rgb(6, 204, 253);
}
table {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-collapse:collapse;
    border-style: groove;
    border-color: rgb(1, 2, 2);
    border-top: rgb(1, 8, 7);
    background-origin:content-box;
    color: rgb(8, 1, 8);
}
td {
    font-weight: 500;
    font-style: oblique;
    background-color:whitesmoke;
    padding-left: 70px;
    padding-right: 70px;
}
.gallery img {
    width:auto;
}