.price{
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 30px;
  background-color: #EEE;
  font-weight: bold;
  font-size: 50px;
}
body{
  padding-bottom: 50px;
}
