#display
{
  position: relative;
  overflow: hidden;
}

#display #pannel
{
  min-height: 480px;
}

#display #pannel #message
{
  float: left;
  width: 30%;
  top: 100px;
  position: relative;
  padding: 2.5%;
  text-align: left;
}

#display #pannel #message h2
{
  font-size: 48px;
}

#display #pannel #image
{
  float: right;
  position: absolute;
  right: 200;
  bottom: 500;
  overflow: hidden;
  z-index: -2;
  width: 30%;
}

#display #pannel #image img
{
  width: 100%;
  height: 33%;
}

.curve
{
  position: relative;
  height: 225px;
  width: 100%;
}

.curve::before
{
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 100%;
  width: 100%;
  background-color: var(--green_light-color);
  height: 100%;
  z-index: -2;
  transform: translate(20%,20%);
}

.curve::after
{
  content: "";
  display: block;
  position: absolute;
  border-radius: 60% 100%;
  width: 80%;
  height: 100%;
  z-index: -1;
  background-color: var(--light-color);
  transform: translate(-41%,20%);
}

#display #data_display
{
  overflow: hidden;
  height: 380px;
  position: relative;
  padding-left: 0;
  width: 100%;
  z-index: -2;
  background-color: var(--green_light-color);
}

#display #data_display ul
{
  padding-top: 5%;
  align-items: center;
  padding-left: 0;
}

#display #data_display li
{
  display: inline-block;
  color: white;
  padding: 0 90px 0 90px;
  justify-content: center;
}

#display #data_display #last
{
  border-right: 0;
}

#display #data_display li p
{
  margin: 0;
  font-size: 54px;
  text-align: center;
  width: 100%;
  color: var(--light-color);
  font-family: light;
}

#display #data_display li label
{
  font-size: 86px;
  font-family: medium;
}

#main
{
  height: 640px;
  position: relative;
  width: 100%;
  color: white;
  overflow: hidden;
  background-image: url("../res/images/back1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  background-attachment: fixed;
}

#main #msg_main
{
  width: 60%;
  height: 88%;
  padding-left: 20%;
  padding-right: 20%;
  overflow: hidden;
  padding-top: 3%;
  padding-bottom: 3%;
  background: #00000070;
}

#main #msg_main h2
{
  font-size: 64px;
  color: var(--light-color);
}

#main #msg_main p
{
  font-size: 24px;
  padding: 5%;
  color: var(--light-color);
}

#main #msg_main a
{
  border-radius: 0;
  padding: 20px;
}

#further_information
{
  position: relative;
  background-color: var(--light-color);
}

#further_information .container
{
  text-align: left;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  width: 90%;
}

#further_information .container h2
{
  font-size: 32px;
}

@media(max-width: 1200px)
{
  #display #data_display li label{font-size: 64px;}
  #display #data_display li p{font-size: 32px;}
  #display #pannel #message{width: 90%; top: 50px;}
  #display #pannel #image{visibility: hidden;}
  #main #msg_main{height: 90%;}
}

@media(max-width: 900px)
{
  #display #pannel{min-height: 260px;}
  #display #pannel #message{top: 0;}
  #main #msg_main h2{font-size: 48px;}
  .curve{height: 150px;}
  #display #data_display{height: 240px;}
  #display #data_display li{padding: 0 30px 0 30px;}
  #display #data_display li label{font-size: 36px;}
  #display #data_display li p{font-size: 22px;}
  #display #data_display ul{width: 100%;}

  #main #msg_main{height: 100%;}
}
