.fixed-button {
    color: white; 
    text-decoration: none; 
  }


  .fixed-button:hover {
     
    background-color: aqua;
  }

div{
    width: auto;
    height: auto;
    background-color: antiquewhite;
        text-align: center;
    
}
div.box{
    width: 80%;
    height: auto;
    background-color: lavenderblush;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
   
}

hr.one{
    border: 5px solid gold;
  border-radius: 5px;
    
}

   hr.two{
    border: 2px solid gold;
  border-radius: 2px;
    width: 90%
} 


@media only screen and (max-width: 600px) {
  div.box {text-align: ;
     width: 100%;
        margin-left: 0%;
    margin-right: 0%;
  font-size: 20px;
      
}
    }

@media only screen and (max-width: 480px) {
  div.box {text-align: ;
     width: 100%;
        margin-left: 0%;
    margin-right: 0%;
  font-size: 100px;
      
}
   
}






