body {
  font-family: Sans-Serif;
  background-color: #000000;
  color: #ffffff;
  height: auto;
  background-image: url('img/Background_Gradient.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#divtop {
  height: 10vh;
  width: 100vw;
  padding-left: 2vw;
  padding-top: 2vh;
  position: fixed;
  background-color: #131233;
}

#divmain {
  height: 90;
  width: 100vw;
  top: 10vh;
  position: fixed;
}

#div02 {
}

.section {
  width: 100vw;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo {
  position: fixed;
  top: 10px;
  left: 10px;
}

