@import url("https://fonts.googleapis.com/css?family=Poppins:600");


body {
  background-color: black;
}

.navbar {
  list-style-type: none;
  background-color: none;
  margin-bottom: -20px;
  padding-right: 25px;
  border-radius: 0px;
  border-bottom: 3px solid #f2784b;
}
li {
  display: inline;
}

li a {
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
}
li a:hover {
  color: #f2784b;
}

.main {
  background-color: #212121;
  margin-left: 10%;
  margin-right: 10%;
}

.main_back {
  background-color: black;
}

.font {
  color: #ffffff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 4em;
}

h1 {
  padding-top: 30px;
  color: white;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 10em;
}

h2 {
  color: #c4c4c4;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 2em;
}

hr {
  border-color: grey;
  margin-left: 10%;
  margin-right: 10%;
  border-width: 3px;
}

p {
  padding-bottom: 100px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 3em;
}

.myAnim:hover {
  height: 200px;
  width: 200px;
  font-size: 2em;
}

#myCarousel {
  margin-left: 10%;
  margin-right: 13%;
  margin-top: 5%;
  margin-bottom: 20%;
}

.navbar-item {
  cursor: pointer;
}

.myAnim {
  height: 1px;
  width: 200px;
  font-family: "Poppins", sans-serif;

  font-size: 2em;

  transition: width 200ms, height 200ms;
}
