.container {
   display:flex;
   grid-template-rows:auto 1fr auto;
   grid-template-columns:100%;

   /* fallback height */
   min-height:100vh;

   /* new small viewport height for modern browsers */
   min-height:100svh;
}

body {
  background-color: black;
}

.headercontainer{
  display: flex;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px;
}

.homebtn {
    background-color: black;
    position: relative;
    width: 90px;
    height: 60px;
    border: none
}

.logo {
    position: relative;
    width: 80px;
}

.dropdowncontainerparent {
  background-color: black;
  display: flex;
  flex-direction: row;
  position: relative;
  left: 100px;
  top: 15px;
}

.dropdowngroup1container {
  display: flex;
  position: relative;
  width: 150px;
  height: 50px;
}

 .dropdownbtngroup1 {
  display: inline-block;
  position: relative;
  color: white;
  background-color: black;
  border: none;
  width: 30px;
  height: 25px;

  font-weight: bold;
}

.dropdownbtngroup1:hover {
  color: rgb(255, 0, 225)
}

.dropdown-content1 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  background-color: black;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup1:hover .dropdown-content1 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content2 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -47px;
}

.dropdownbtngroup1:hover .dropdown-content2 {
  display: block;
  color: rgb(255, 0, 255);
}

.dropdown-content3 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup1:hover .dropdown-content3 {
  display: block;
  color: rgb(255, 0, 255);
}

.dropdowngroup2container {
  display: flex;
  position: relative;
  width: 200px;
  height: 50px;
}

.dropdownbtngroup2 {
  display: inline-block;
  position: relative;
  color: white;
  background-color: black;
  border: none;
  width: 30px;
  height: 25px;
  font-weight: bold;
}

.dropdownbtngroup2:hover {
  color: rgb(255, 0, 225)
}

.dropdown-content4 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;

  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
}

.dropdownbtngroup2:hover .dropdown-content4 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content4 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  background-color: black;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -26px;
}

.dropdownbtngroup2:hover .dropdown-content4 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content5 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  background-color: black;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup2:hover .dropdown-content5 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content6 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  background-color: black;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -45px;
}

.dropdownbtngroup2:hover .dropdown-content6 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content7 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  background-color: black;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -45px;
}

.dropdownbtngroup2:hover .dropdown-content7 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content8 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  background-color: black;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup2:hover .dropdown-content8 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdowngroup3container {
  display: flex;
  position: relative;
  width: 200px;
  height: 50px;
}

.dropdownbtngroup3 {
  display: inline-block;
  position: relative;
  color: white;
  background-color: black;
  border: none;
  width: 30px;
  height: 25px;
  font-weight: bold;
}

.dropdownbtngroup3:hover {
  color: rgb(255, 0, 225)
}

.dropdown-content9 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup3:hover .dropdown-content9 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content10 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup3:hover .dropdown-content10 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content11 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup3:hover .dropdown-content11 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content12 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -30px;
}

.dropdownbtngroup3:hover .dropdown-content12 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content13 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -37px;
}

.dropdownbtngroup3:hover .dropdown-content13 {
  display: block;
  color: rgb(255, 0, 225);
}

.dropdown-content14 {
  display: none;
  position: relative;
  float: left;
  justify-content: center;
  color: white;
  min-width: 20%;
  height: 10px;
  padding: 12px 16px;
  margin-left: -50px;
}

.dropdownbtngroup3:hover .dropdown-content14 {
  display: block;
  color: rgb(255, 0, 225);
}
.textcontainer {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
 color: white;
 text-align: center;
 font-family: Helvetica;
}

p {
    color: white;
    text-align: center;
    font-family: Helvetica;
}

.content1btn {
  display: flex;
  position: relative;
  width: 200px;
  border: none;
  background: none;
}

.content1img {
  position: relative;
  display: flex;
  width: 100%;
  background-color: white;
}

.content1img:hover {
  filter:brightness(110%)
}

.footercontainer {
  background-color: black;
}

.footertext {
    text-align: left;
    color: white;
    font-family: Helvetica;
}