* {
    box-sizing: border-box;
    margin-left: 9px;
}

body {
    border: solid #21a2e3 1.5px;
    max-width: 1600px;
    min-width: 800px;
    width: 49%;
    position: relative;
    left: 25%;
    bottom: 8.5px;
    
}

header {
    background-color: #21a2e3;
    padding: 3px;
    font-family: "Noto-sans";
    margin: 0;
    text-align: center;
}

#md1{
    float: right;
}


table,
td,
th {
    border: dotted black 0.5px;
    border-collapse: collapse;
}   
th {
    font-family: "Noto-sans";
    background-color: #21a2e3;
    color: whitesmoke;
    font-size: 16pt;
    padding: 15px;
}
td {
    font-family: "Noto-sans";
    font-size: 11pt;
    padding: 10px;
}
table {
    margin-left: 10px;
    margin-bottom: 10px;
}

footer {
    font-family: "Noto-sans";
    background-color: #343a40;
    color: whitesmoke;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 0px;
}

a {
    color: inherit; 
}

a:visited {
    color: inherit; 
}

