﻿
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');  
body {
    font-family: 'Rubik', sans-serif;
    margin:0;
    align-self: center;
    /* padding: 0;
    box-sizing: border-box; */
   


	/* background-color:#FFF1E1;; */
    
}
h2{
    font-weight:bold;
    text-align:center;
    font-size: 20px;
  padding-top: 10px;
  color: green;
}
h3{
    font-weight:bold;
    margin:3px 0px;
    text-align:center;
    color: #015523;
    font-size: 20PX;
}
a {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit the color from the parent element */
}

 
