* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-image: url(https://i.pinimg.com/736x/48/6e/a6/486ea66813711aa02d03b7621eff63a2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
    margin: 0;
}
.semitransparent-rectangle {
  background-color: rgba(0, 0, 0, 0.666);
  width: 100vw;
  height: 200px;
  padding-top: 0;
  /* object-fit: cover;  */
  font-family: "Oswald", sans-serif;
  color: white;
  font-size: 35px;
  
}

nav{
  position: absolute;
  top: 0px;
  right: 1500px;
  display: inline-block;
}

.image-in-rectangle {
  height: 250%;
  position: relative;
  top: -150px;
}

main {
  text-align: center;

}

h1 {
font-family: "Oswald", sans-serif;
color: white;
font-size: 54px;
stroke: black;
stroke-width: 5px;
text-shadow: 2px 4px 15px black;
 }

 h2 {
font-family: "Oswald", sans-serif;
color: white;
font-size: 54px;
stroke: black;
stroke-width: px;
text-shadow: 2px 4px 15px black;
 }

 .Box {
background-color: rgba(0, 0, 0, 0.521);
padding: 30px;
width: 80%;
color: white;
margin: 0 auto;
position: relative;
font-family: "Oswald",sans-serif;
text-shadow: 2px 4px 15px black;
font-size: 30px;
 }

 .cards {
  height: 500px;
  margin-top: 20px;
  color: white;
  font-family: "Oswald",sans-serif;
text-shadow: 2px 4px 15px black;
font-size: 300px;
 }

 .middlecard {
  height: 600px;
 }

 .video {
  box-shadow: 0px 3px 10px 15px rgb(0 0 0 / 58%);
  margin-bottom: 70px;
  margin-top: 70px;
 }

 .bottomsemitransparent-rectangle {
    background-color: rgba(0, 0, 0, 0.666);
  width: 100vw;
  height: 150px;
  padding-top: 0;
  /* object-fit: cover;  */
  font-family: "Oswald", sans-serif;
  color: white;
  font-size: 35px;
 }

.leftword {
  font-family: "Oswald",sans-serif;
  color: white;
}

.middleword {
  font-family: "Oswald",sans-serif;
  color: white;
}

.rightword {
  font-family: "Oswald",sans-serif;
  color: white;

}
 