﻿body {
    background-color: #F8F9FA;
}


h3 {
  
    border: 1px solid grey;
    font-family: "Arial", sans-serif;
    text-align: center;
    border-radius: 10px;
    background-color: #0AB0F7;
    width: auto;
    height: 45px;
    margin-top: 10px;
    padding-top:8px;
}
