body {
    background-color: lightgrey;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.6em;
    font-weight: lighter;
    margin: 20px;

  }

  .medium_button{    
    background: lightgrey;
    width: 100px;
    height: 40px;
    border-radius:10px;
  }
  
  #special_button{
      background: lightcoral;
      width: 100px;
      height: 40px;
      border-radius: 10px;
  }
  
  h1 {
    color: rgb(20, 30, 60);
    font-size: 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.1em;

  }

  h2 {
    color: rgb(20, 30, 60);
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    letter-spacing: 0.1em;

  }