

h1{
    font-family: 'Roboto Slab', serif;

}
p{
    font-size: large;
}

.container{
    background-color: white;
    border-radius: 15px;

} 
body{

    background-color: #e0e0e0 ;
 
}

.ft{
    font-size: larger;
}
#link:link, #link:visited {
    width:35%;
    margin-top: 20px;
    background-color: white;
    color: black;
    border: 2px solid green;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 15px;
  }
  
  #link:hover, #link:active {
    background-color: green;
    color: white;
  }