body {
  background-color: #121212;
}

.image_title {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 700;
}

.image_title div {
  font-size: 16px;
  color: #555;
  margin: 8px 0;
  line-height: 23px;
  font-weight: normal;
}


.container {
  border: 0;
  width: 1080px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 8px;
  margin: 4px auto;
}

.container .userEdit {
  width: 360px;
  height: 100%;
  border-radius: 3px;
  outline: 1px solid #eee;
}

header.title {
  background-color: #fff;
  width: 1080px;
  margin: 0 auto;
  padding: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#headerUserBack {
  margin-right: 0;
}

#headerUserBack img {
  background: var(--header-bgcolor);
  padding: 8px;
  border-radius: 8px;
}

.image_title div {
  margin: 16px 0;
}

#guide {
  flex: 1;
  width: 1080px;
  height: 160px;
  text-align: center;
  align-items: center;

  margin: 36px 0;
  padding: 16px 0;
}

#info {
  margin: 16px;
}

#loadButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 60px;

  color: white;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 auto;
  text-decoration: none;
}

a.disabled {
  pointer-events: none; 
  cursor: default; 
  background-color: #FF5722;
}
a.enabled {
  pointer-events: auto;
  cursor: pointer;
  background-color: var(--color-blue);
  transition: all 0.3s ease; 
}

.da-header-bar {
  width: 1000px;
  height: 100px;
  text-align: center;
}

.da-bottom-bar {
  width: 1000px;
  height: 500px;
  text-align: center;
}

@media screen and (orientation: portrait) {
  .container {
    width: 98%;
    padding: 1%;
  }

  .da-header-bar {
    width: 100%;
    height: 100px;
    text-align: center;
  }

  .da-bottom-bar {
    width: 100%;
    height: 500px;
    text-align: center;
  }

  header.title {
    width: 98%;
    padding: 1%;
  }

  #guide {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
 
 
  }
}
