body {
  background-color: black;
  background-image: url("/sources/backgrounds/background-home-expand.png");
  background-repeat: no-repeat;
  height: 100%;
  background-size: 100%;
  color: black;
  font-family: Verdana;
  align-items: center;
}

.logo {
  margin-top: -15px;
  background-image: url("/sources/logo_fit.png");
  width: 175px;
  background-repeat: no-repeat;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
  height: 75px;
  background-color: #2d2f56;
  border-radius: 10px;
}

li {
  float: left;
  height: 75px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 25px;
  text-decoration: none;
  font-size: 28px;
  height: 100%;
}

li a:hover {
  background-color: #232545;
}

.title {
  color: white;
  text-align: center;
  font-size: 80px;
  
  margin-top: 12%;
}

h3 {
  color: white;
  text-align: center;
  font-size: 50px;
}

h4 {
  color: #c1abff;
  text-align: center;
  font-size: 30px;
}

button {
  margin-top: 20px;
  height: 60px;
  width: 30%;
  background-color: #c1abff;
  border-radius: 10px;
  border-width: 0px;
  
  color: white;
  text-decoration: none;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  
  transition-duration: 0.2s;
  
  margin-left: 35%;
}

button:hover {
  filter: brightness(70%);
}

.space2 {
  height: 200px;
}

h1 {
  color: white;
  text-align: center;
  font-size: 80px;
}

p {
  color: white;
  text-align: center;
  font-size: 23px;
  padding-top: 10px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: 15%;
}