.header {
  background: rgb(252, 90, 90);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 75px;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  color: white;
}
h1{
  color:black;
}

.logo {
  display: inline;
  top: 10px;
  position: relative;
  left: 10%;
  font-size: 40px;
}

.header ul {
  position: relative;
  top: 10px;
  list-style-type: none;
  float: right;
  margin-right: 10%;
}

.header ul li {
  display: inline;
  margin-left: 40px;
}

.header ul li:hover {
  background-color: rgb(34, 160, 154);
  transition: .4s;
  padding: 40px 20px 32px 20px;
  display: inline;
  margin-left: 40px;
}
.header ul li a{
  text-decoration: none;
  color: white;
}
.enter-content {
  position: relative;
  top: 75px;
  width: 60%;
  left: 20%;
  }
  
  .container{
  position: relative;
  left: -20%;
  }
  
  
  input[type="submit"]{
    position:relative;
    left: 65.54%;
  }
  
  button{
    position: relative;
    font-size:30px;
    text-decoration: none;
    left: 3vh;
    color:white;
    top: 20vh;
    border: none;
    margin: 30px;
    border-radius: 30px;
    padding: 20px 60px 20px 60px;
    background-color: rgb(252, 90, 90);
  }
  
  
  
  button:hover{
    position: relative;
    font-size:30px;
    text-decoration: none;
    left: 3vh;
    color:white;
    top: 20vh;
    border: none;
    border-radius: 30px;
    padding: 20px 60px 20px 60px;
    transition: .4s;
    background-color: rgb(34, 160, 154);
  }