body {
  padding-left: 5em;
  font-family: Georgia, "Arial",
        Times, serif;
  color:  blue;
  background-color: white }
h1 {
  font-family: Roboto, sans-serif ;
  color: black;
  size: 16px;}
h3 {
    font-family: Roboto, sans-serif; 
    color: black;
    size: 12px; }
a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

  .my-button { 
    background-color: #48a2d6;
    border: none; 
    color: white; 
    padding: 10px 32px; 
    text-align: center; 
    text-decoration: none; 
    display: inline-block; 
    font-size: 16px; 
    margin: 4px 2px; 
    cursor: pointer; 
    border-radius: 5px; /* Rounded corners */ 
    transition: background-color 0.3s; /* Transition effect */ 
} 
 
.my-button:hover { 
    background-color: #716fe6; /* Darker green on hover */ 
}

input {
  width: 200px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #756b74;
  border-radius: 5px;
  box-sizing: border-box; 
}

form {
  font-family: Roboto, sans-serif; 
    color: black;
    size: 12px;
}