
body {margin:30px 0 90px 0;justify-content: center; display: flex;  }
img {width:100%;}
.container {max-width:600px;margin-top:50px;}
.header {position: fixed; max-width:600px; top: 0px; background-color:white; width:100%;text-align:center;  display:flex; box-shadow: 0px 3px 3px #00000030;}
.header h2 {width:85%;}
.close {width:15%;}
.btn_close {width:100%; height:100%; font-size:1em; font-weight:600; padding:5px; color:white; background-color:black;}
.content {text-align:center;}
.navi {position: fixed; max-width:600px; bottom: 0px; background-color:white; width:100%; display:flex; box-shadow: 0px -3px 3px #00000030;}
.btn {width:100%; font-size:1.3em; font-weight:600; padding:5px; border:none; border-radius:5px;}
.d {display:none;}
.p {}
.n {background-color:green; color:white;}
.r {background-color:red; color:white;}
.n_btn {width:100%; margin:10px;}
h3 {padding:10px 20px 30px; text-align:left; word-break: keep-all;}
#account {display:none; padding:0 30px 30px;}
#account h3{padding:0;}