body{
  /* background-color: purple; */
  /* background-image: url('Assets/sunset1.jpg'); */
  background-image: url('Assets/Sunset1.jpg');
  background-position: center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* color: #fff; */
}

h1, h2, h3{
  text-align: center;
}

p{
  text-align: center;
}

li{
  display: inline;
  text-align: center;
  justify-content: space-between;

  }

a{
  color: #000;
  list-style-type: none;
  justify-content: space-between;
}

a:hover{
  /* color: #fff; */
  background-color: #F9849F;
  color: #fff;
}

#nav-list{
  justify-content: space-between;
  text-align: center;
  padding: 1px;
}

#nav-list a{
  color: #fff;
}

.box{
  /* background-color: blue; */
  /* background-color: rgba(204,41,54,0.2); */
  background-image: linear-gradient(45deg, cyan, pink);
  opacity: 0.5;
  padding: .3px;
  /* box-shadow: 20px 20px 20px 20px pink; */
  /* border-radius: 50%; */
}

.box-2{
  /* background-color: blue; */
  /* background-color: rgba(204,41,54,0.2); */
  background-image: linear-gradient(45deg, cyan, pink);
  opacity: 0.5;
  /* margin-bottom: .5px; */
  /* padding: .2px; */
  /* box-shadow: 20px 20px 20px 20px pink; */
  /* border-radius: 50%; */
}

.break{
  padding: 40px;
}
