@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');

body {
    background-color: #d5e3eb;
    padding-left: 50px;
    padding-right: 50px;
}

header {background-color: white;
        padding: 5px;}

h1 {font-family: 'Cookie';
    font-size: 65px;
    color: #102047;
    text-align: center;}

h2 {font-family: 'Merriweather';
    font-size: 36px;
    color: #102047;
    text-align: center;}

h3 {font-family: 'Cookie';
    font-size: 32px;
    color:#102047;}

p  {font-family: 'Merriweather';
    font-size: 18px;
    color: black;}

 a:link {color:midnightblue;text-decoration: none;}
 a:hover {color:midnightblue;}
 a:visited {color:#2a3e4a;}

td {padding: 20px;}
tr {align-content: center;}

footer {
    background-color: #2a3e4a;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align:left;
    font-family: 'Merriweather';
    color: #d5e3eb;
    
   
