

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

}
p{
    font-size: large;
}
#image{
    width: 30vh;
    
}
.container{
    background-color: white;
    height: 90Vh;
    border-radius: 15px;
}
   
body{

    background-color: #e0e0e0 ;
    align-items: center;
    text-align: center;
}
#video{
    width: 50vh;

}
.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;
  }