/*背景色*/
body{
  background: linear-gradient(white,85%,rgb(255, 81, 0)) fixed; 
}
/*トップメッセージのデザイン*/
#topms{
  position: relative;
  padding: 5px;
  left: 3%;
  font-size: 45px;
}

/*メッセージのデザイン*/
.ms{
  font-size: 30px;
  font-weight: bold;
}

/*1段目の配置*/
#App_dont_move{
  position: absolute;
  padding: 15px;
  top: 10%;
}

/*2段目の配置*/
#AppStore{
  position: absolute;
  padding: 15px;
  top: 30%;
}

/*ボタンのデザイン*/
button{
  width: 400px;
  height: 50px;
  background: linear-gradient(white,20%,rgb(255, 81, 0)); 
  font-size: 25px;
  font-weight: bold;
  border-radius:18px;
}