*{
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  height: 100vh;
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

header {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

header nav ul {
  list-style-type: none;
}

header nav ul li {
  display: inline;
  margin-right: 20px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
}

#desc {
  background-image: url('home-background.jpg');
  background-size: cover;
  color: black;
  text-align: center;
  padding-top: 150px;
}

#desc h2 {
  font-size: 48px;
  margin-bottom: 20px;
}


.btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.btn:hover {
  background-color: #0056b3;
}

footer {
  background-color: #111;
}

.footer {
  width: 100%;
}

.Icons {
  display: flex;
  justify-content: center;
}

.Icons a {
  text-decoration: none;
  padding: 10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}

.Icons a i {
  font-size: 2em;
  color: black;
  opacity: 0, 9;
}

/* Hover affect on social media icon */
.Icons a:hover {
  background-color: #111;
  transition: 0.5s;
}

.Icons a:hover i {
  color: white;
  transition: 0.5s;
}

.Bottom {
  background-color: #000;
  padding: 20px;
  text-align: center;
}

.Bottom p {
  color: white;
}

.designer {
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-style: italic;
  margin: 0px 5px;
}

.designer2 {
  font-style: italic;
  margin: 0px 0px;
  padding-left: 70%;
  font-size: smaller;
}