#construct {
    position: absolute;
    top: 160%;
    left: 0%;
    width: 700px;
    height: 400px;
}

img {
    top: 10%;
    border: 0.5px solid red;
    position: absolute;
    width: 100px;
    height: 60px;
    left: -3%;
}

h2 {
    top: 2%;
    padding-left: 7%;
    position: absolute;
    font-family: sans-serif;
    font-size: 40px;
}

.totalcases {
    left: 35%;
    top: 30%;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.totaldeaths {
    left: 35%;
    top: 40%;
    position: absolute;
    display: flex;
    flex-direction: column;
}

h3 {
    padding-top: -23px;
    font-family: sans-serif;
    font-size: 30px;
    background: rgb(249, 255, 252);
}

h4 {
    padding-left: 40%;
    position: absolute;
    top: 40%;
    font-size: 23px;
    font-weight: 800;
}

h5 {
    font-family: sans-serif;
    font-size: 30px;
    background: rgb(249, 255, 252);
}

h6 {
    right: -70%;
    font-size: 23px;
    font-weight: 800;
    top: 30%;
    position: absolute;
    color: crimson;
}

.pandemic {
    left: 0;
    padding-left: 24%;
    padding-bottom: 1%;
    margin: 0;
    width: 100%;
    height: 10vh;
    font-weight: 400;
    position: absolute;
    color: chartreuse;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
    font-size: 30px;
    background: rgb(208, 255, 232);
}

p {
    display: none;
    padding-left: 40%;
    color: black;
    font-family: 30px;
    text-decoration: underline;
    text-shadow: 1px;
    font-family: sans-serif;
}

.head {
    left: 40%;
    top: 10%;
    position: absolute;
    width: 100%;
    height: 60vh;
}

#chart2cont {
    position: absolute;
    top: 80%;
    left: 0;
    width: 600px;
    height: 400px;
}

#chart3cont {
    position: absolute;
    top: 80%;
    left: 59%;
    width: 500px;
    height: 600px;
}

.chartbox {
    left: 0px;
    top: 60%;
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
}

#buttong {
    position: absolute;
    border: 0;
    width: 350px;
    height: 10vh;
    color: black;
    font-family: sans-serif;
    font-size: 50px;
    left: 40%;
    top: 60%;
    border-radius: 10px;
}

#buttong :hover {
    border: 1px solid rgb(137, 137, 236);
}

.footer {
    width: 100%;
    height: 50vh;
    left: 20%;
    position: absolute;
    top: 250%;
}

.headtable {
    right: 50%;
    bottom: 97%;
    position: absolute;
    color: chartreuse;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 38px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
    font-style: italic;
    text-decoration: none;
}

table {
    right: 20%;
    padding-top: 0%;
    border: 2px solid black;
    width: 60%;
    height: max-content;
}

th {
    width: 30px;
    border: 3px solid black;
    color: rgb(0, 0, 0);
    font-style: italic;
    -webkit-text-stroke: 1px;
}

td {
    width: 30px;
    border: 0px solid black;
}

td:hover {
    background: greenyellow;
}

tr:hover {
    background: rgb(182, 252, 211);
}

.source {
    width: 100%;
    height: 30vh;
}