  body {
    font-family: Arial, sans-serif;
    text-align: left;
    background: rgb(250, 250, 255);
    margin: 0 auto;
    max-width: 380px;
    padding: 0 20px;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  a:visited{        
    /* color: dodgerblue; */
  }

  .material-symbols-outlined {
    font-size: 34px;
  }

  pre {
  }

  input, select {
    font-size: 20px;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }  

  .reward {
    font-size: 14px;
    background: dodgerblue;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: bold;        
    min-width: 20px;
    text-align: center;
  }

  .button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }

  /* 작동안하네 */
  /* img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  } */
  
  .color-title-menu {
    color: black;
  }

  .color-menu {
    color: dodgerblue;
  }

  .color-comment {
    color: gray;
  }

  .color-accent{
    color: dodgerblue;
  }

  .font-menu{
    /* font-weight: bold; */
    font-size: 30px;
  }

  .container {
    max-width: 800px;
    margin: 40px auto;
  }

  .big-title {
    font-size: 20px;
    font-weight: bold;
  }
  .title {
    font-size: 18px;
    font-weight: bold;
  }

  .title-small {
    font-size: 16px;
  }

  .subtitle {
    font-size: 12px;
    font-weight: normal;
    color: gray;
  }
  .icon-title {
    display: flex;
    align-items: center;
    margin: 5px 0 30px 0;
  }

  .sub-menu {
    display: block;
    font-size: 16px;
    font-weight:400 ;
    color: gray;
  }
  .icon {
    width: 80px;
    height: 80px;
    border-radius: 20%;
  }
  
  .content {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
  }

  .between {
    display: flex;
    justify-content: space-between;
    align-items: center; 
  }

  .comment {
    font-size: 16px;
    overflow: auto;
    white-space: pre-wrap;
    line-height: 1.5;
    color: gray;
  }
  .margin-colum {
    margin-right: 10px;
  }
  .center-h {
    display: flex;
    justify-content: center;
  }
  .center-v {
    display: flex;
    align-items: center; 
  }
  /* 높이가 정해진 박스 */
  .center {
    display: flex;
    justify-content: center;
    align-items: center;
  }    

  /* 디바이스 정중앙 */
  .center-device {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* justify-content: center; */
  }

  .height-10{
    height: 10px;
  }
  .right {
    display: flex;
    justify-content: flex-end;
  }

  .button {
    min-width: 20px;
    font-size: 15px;
    font-weight: bold;
    background: dodgerblue;
    width: fit-content;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
  }
  .info {
    font-size: 14px;
    color: gray;
    /* padding: 5px; */
  }
  .text-button{
    font-weight: bold;
    color: dodgerblue;
    margin: 5px 5px;
  }
  
  /* div 중앙으로 */
  .div-center{
    width: fit-content;
    margin: 0 auto;
  }
  
  .line{
    padding: 10px 0 10px 0;
    border-top: solid black 0.5px;
  }