.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;
  background: black;
  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);
}

.textcontainertop {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.textcontainerparent {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 60px;
}

.textcontainerleft {
    width: 400px;
    display: flex;
    margin-left: auto;
}

.lefttexttitle {
    color: white;
    font-family: Helvetica;
    font-size: 20px;
    text-align: left;
    line-height: 0.5;
}

.lefttext {
    color: white;
    font-family: Helvetica;
    font-size: 15px;
}

.textcontainerright {
    width: 400px;
    display: flex;
    margin-right: auto;
}

.righttexttitle {
    color: white;
    font-family: Helvetica;
    font-size: 20px;
    text-align: left;
    line-height: 0.5;
}

.righttext {
    color: white;
    font-family: Helvetica;
    font-size: 15px;
}

h1 {
 color: white;
 text-align: center;
 font-family: Helvetica;
 margin-top: 40px;
}

.termsbtn {
    background-color: black;
    border: none;

}

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

.termsbtntext {
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.emailbtn {
    background-color: black;
    border: none;
}

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

.emailbtntext {
    background-color: black;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.footercontainer {
  background-color: black;
}

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


.footercontainer {
  background-color: black;
}

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