body{
    background: rgb(150, 57, 236);
    font: normal 15pt arial;
}

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

script{
    border-radius: 10px;
    padding: 15px;
    width: 700px;
    margin: auto;
}

section{
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 700px;
    margin: auto;
    box-shadow: 5px 5px 10px black;
}

div {
    text-align: center;
    padding: 5px;
}

footer{
    color: white;
    text-align: center;
    font-style: italic;
}
div#covid{
    color: white;
    background: #47cc95;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 5px 5px 10px black;
}
div#area{
    color: white;
    background: #27276F;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 5px 5px 10px black;
}
