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

.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: #214024;
  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: #102613;
}

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

.paragraph-left {
  width: 40%;
  background-color: #214024;
  background-image: url("/sources/nxos-preview.png");
  border-radius: 15px;
  margin-left: 5%;
  
  box-shadow: 5px 5px 5px #1a2e17;
}

.title {
  color: white;
  text-align: left;
  font-size: 60px;
  margin-left: 20px;
  padding-top: 50px;
  padding-left: 60px;
}

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