*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


html, body{
  display: block;
  font-size: 14px;
  font-family: arial;
  height: 100%;
  background-color: rgba(2,132,130,1);
}

.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.container{
  text-align: center;
  width: 940px;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
}

.image-container{
  height: 120px;
}

.image-container img{
  height: 100%;
}

.row{
  display: block;
  padding: 10px;
}

.row h1{
  margin: 10px;
}

.row h3{
  font-size: 20px;
}

.row p{
  padding: 5px 10px;
  font-size: 16px;
}

.button{
  padding: 12px 15px;
  border-radius: 20px;
  background-color: rgba(2,132,130,1);
  color: white;
  text-decoration: none;
}

.button:hover{
  background-color: rgba(2,132,130,0.6);
}

.covid-19-banner{
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: white;
}

.covid-19-banner p{
  font-weight: bold;
  color: red;
  padding: 8px 0;
  font-size: 16px;
  letter-spacing: 1px;
}
