
body{
    margin: 20px;
    margin-left: 50px;
    margin-right: 150px;
}

a{
    text-decoration: none;
}

#terms-title{
    color: rgb(0, 0, 0);
    margin: 20px;
    font-family: sans-serif, 'Times New Roman', Times, serif;
    text-align: center;
  }

p{
    color: rgb(0, 0, 0);
    margin: 20px;
    font-family: sans-serif, 'Times New Roman', Times, serif;
}

h3{
    font-family: sans-serif, 'Times New Roman', Times, serif;
    color: black;
}

h4{
  font-family: sans-serif, 'Times New Roman', Times, serif;
  color: black;
}

#home{
    margin: 25px;
    padding: 10px;
   text-decoration: none;
   color: white;
   border-radius: 3px;
   background-color: rgb(0, 0, 0);
   font-size: large;
    position: relative;
    border-color: transparent;
   }
  
   #home:hover {
    background-color: rgb(37, 37, 37);
    scale: 110%;
  }

   #top {
    border: none; 
    outline: none; 
    background-color: black; 
    color: white; 
    border-radius: 3px;
    font-size: 18px; 
    margin: 25px;
    padding: 10px;
   text-decoration: none;
  }
  
  #top:hover {
    background-color: rgb(37, 37, 37); 
    scale: 110%;
  }


   