body {
    background-color: white;
  }

  h1 {
    font-family: Arial, Helvetica, sans-serif;
}

.button1{
    background: #FF974B;
    border-style:none none none solid;
    border-color:#FF6F06;
    border-width:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    padding-left:5px; 
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    width:200px;
    height: 50px;
    position: fixed;
    top:100px;
}
.button1:hover{

    width:225px;
    box-shadow: 0 10px 8px 0 rgba(0,0,0,0.24);
}
.button2{
    background: #FF974B;
    border-style:none none none solid;
    border-color:#FF6F06;
    border-width:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    padding-left:5px; 
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    width:200px;
    height: 50px;
    position: fixed;
    top:170px;
    
}
.button2:hover{
    width:225px;
    box-shadow: 0 10px 8px 0 rgba(0,0,0,0.24);
}
.button3{
    background: #FF974B;
    border-style:none none none solid;
    border-color:#FF6F06;
    border-width:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    padding-left:5px; 
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    width:200px;
    height: 50px;
    position: fixed;
    top:240px;
    
}
.button3:hover{
    width:225px;
    box-shadow: 0 10px 8px 0 rgba(0,0,0,0.24);
}