a:hover{color:#cccccc}
a:active{color:#ffffff}

body,
html,
header,
h1 {
  margin: 0px;
  padding: 10px;
}

header,
body,
html {
  width: 100%;
  height: 100%;
}

header {
  background: url("../img/cropped-lbx.jpg");
  margin-top: 0;
  border: 1px solid black;
  background-size: cover;
  color: white;
  height: 23%;
}


body {
  background-image: url("../img/wallpaper.gif");
  background-size: cover;
  background-repeat: no-repeat;
  margin-block: 100px;
  margin-top: 1%;
  padding: 0;
  margin: 0;
  min-width: auto;
}

#first {
	width: 70%;
	height: 110%;
	background-color: white;
	margin-left: 15%;
	margin-top: 5px;
	border: 1px solid black;
}
	

.gif-container {
  background: url("img/wallpaper.gif") center;
  background-size: cover;
  background-attachment: fixed;

}

.phone {
  background: url("img/phone.png");
  width: 100%;
  height: 100%;
}

.wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-shadow: 2px 2px 10px black;
}

h1 {
  font-size: 70px;
}

.subtitle {
  font-size: 20px;
}

.wrap {
  perspective: 600px;
  perspective-origin: 100% 100px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
}

/* A REMODIFIER */
.hero {
  min-height: 100%;
  width: 100%;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  padding: 0 8;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.logo {
  width: 160px;
}

nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 30px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

#box1 {
  width: 400px;
  height: 250px;
  position: absolute;
  left: 40px;
  top: 1300px;
  background-color: blue;
  border: 2px solid black;
}

#box2 {
  width: 400px;
  height: 250px;
  position: absolute;
  top: 1300px;
  background-color: red;
  border: 2px solid black;
}

#box3 {
  width: 400px;
  height: 250px;
  position: absolute;
  right: 40px;
  top: 1300px;
  background-color: yellow;
  border: 2px solid black;
}