body{
  display: flex;
  justify-content: center;
  margin: 0;
}

._body{
  background-image: url(../img/xp/Alessa.png);
  background-size: 100% 100%;
  width: 480px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

._LAB{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3px;
  justify-content: space-evenly;
  background-color: hsla(0,0%,100%,.701961);
}

._LAB1{
 width: calc(95% / 3);
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: space-evenly;
 align-items: center;
}

a {
 text-decoration:none;
 color:#000;
 font-size:15px
}

.aa {
 text-decoration:none;
 color:#000;
 font-size:15px
}

.SECEND_PAGE{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: hsla(0,0%,100%,.701961);
  margin-bottom: 25px;
  padding-bottom: 15px
}
.SECEND_PAGE1{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px
}

.di{
  color:#000;
  font-size:20px;
}

.di2{
  color:#000;
  font-size:16px;
  margin-right: 2px;
}

.SS{
  display: flex;
  flex-direction: row;
  width: 480px;
  justify-content: space-evenly;
  margin-top: 5px;
}

._input{
  width: 110px;
  text-align: center;
}

.SSS{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(50%);
  margin-left: 10px;
  align-items: center;
}

._button{
  display: flex;
  width: 11em;
  height: 3em;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
