body {
  padding: 50px 10px;
  background-color: black;
  width: 100%;
  max-width: -1000px;
  margin: auto;
  margin: 0px;
  padding: 0px;
}

/* .container{
    font-size: 30px;
    color:black;
    margin: 0 20px; 
    padding: 0;
    max-width: 1200px;
    max-height: max-content; 
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
} */

/* .navigation-bar{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    color:black;  
} */

.middle {
  display: flex;
  justify-content: space-between;
}

iframe {
  font-family: "Montserrat", sans-serif;
  height: 775px;
  width: 100%;
  border: none;
}

.main-page{
    color: #D83131;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.button {
  appearance: button;
  backface-visibility: hidden;
  background-color: #D83131;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}
