* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

h1 {
    color: white;
    text-align: center;
}

p {
    font-family: verdana;
    font-size: 20px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 800px;
    max-width: 80%;
    margin: 0 auto;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.header {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
}

.topnav {
    overflow: hidden;
    background-color: #bbbbbb;
    border-radius: 0 0 10px 10px;
    width: 100%;
    max-width: 116.5%;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.9s;
    border-radius: 5px;
}

.topnav a:hover {
    background-color: #ddd;
    color: rgb(83, 83, 83);
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.T1 {
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    transform: translateY(10px);
    font-size: 40px;
}

.img1 {
    width: 850px;
    max-width: 90%;
    border-radius: 15px;
    display: flex;
    margin: 0 auto;
}

.s {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
}

.c {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.info {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.text {
    font-family:sans-serif;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.box {
    padding-top: 20px;
    width: 429px;
    margin: 0 auto;
    max-width: 80%;
}

.sb {
    height: 30px;
    width: 100px;
    border: none;
    outline: none;
    border-radius: 20px;
    background-color: rgb(82, 82, 255);
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin-left: 6px;
    width: 25%;
}

.input {
    height: 30px;
    width: 70%;
    border-radius: 20px;
    overflow: hidden;
    outline: none;
    border: solid 1px black;
    text-align: center;
}