.bg {
  width: 100vw;
  height: 40vh;
  background-image: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  margin-right: 0px;
  margin-left: 0px;
}

body{
  font-family: 'Prompt', sans-serif;
}

.content {
  z-index: 1000;
  position: absolute;
  margin-top: -7vh;
  background-color: wheat;
  max-width: 10vw;
  left: 50%;
}


.contentBox {
  background-color: wheat;
  margin: 0px;
  width: 100%;
  margin-top: 10px;
  padding: 15px 0px;
}

.topic{
  color: white;
  overflow: hidden;
  text-align: end;
  font-size: 40px;
}

.topicContent{
  font-size: 14px;
  text-align: end;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .contentBox {
    margin-top: -10em;
    height: 670px;
  }
}

@media screen and (max-width: 992px) {
  .topic{
    text-align: center;
  }
  .topicContent{
    text-align: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .topic{
    text-align: center;
    font-size: 10px;
  }
  .topicContent{
    text-align: center;
    font-size: 11px;
  }
}

.regis{
  background-color: orangered;
  padding: 10px;
  color: white;
  border-radius: 10px;
}

.regis {
  background-color:rgba(255, 255, 255, 0.5);;
  color: orangered; 
  border: 1px solid orangered;
}

.regis:hover {
  background-color: orangered;
  color: white;
}

.smallcontentBox {
  background-color: wheat;
  width: 100%;
  height: 240px;
  margin-top: 1em;
  padding-top: 15%;
  font-size: 70%;
  overflow: auto;
}

.image {
  margin-top: 1em;
  width: 100%;
  height: auto;
}

.small {
  margin-top: 1em;
  width: 100%;
  height: auto;
}

.first {
  width: 100%;
  height: auto;
  margin-top: 1em;
}
