* {
  padding: 0;
  margin: 0;
}

.container {
  height: 100vh;
  width: 100%;
  background-image: url(../Assets/Guitar/wp5075899.jpg);
  background-size: cover;
  background-position: center;
}

@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@300&display=swap");

li,
a,
button {
  font-family: "Big Shoulders Stencil Display", cursive;
  font-weight: 300;
  font-size: 16px;
  color: #050000;
}

.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #ffffff;
}

.logo {
  cursor: pointer;
  margin-right: auto;
  margin-left: 10px;
}

.navlink {
  list-style: none;
  text-align: right;
  font-family: "Big Shoulders Stencil Display", cursive;
}

.navlink li {
  display: inline-block;
  padding: 0px 10px;
}

.navlink li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.navlink li a:hover {
  color: #b24968;
}

button {
  padding: 8px 20px;
  background-color: #d15178;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Big Shoulders Stencil Display", cursive;
}

button:hover {
  background-color: #dd3e6d;
}

.content {
  width: 100%;
  position: absolute;
  top: 30%;
}

.left-col {
  margin-left: 6%;
  font-family: "Big Shoulders Stencil Display";
}

.left-col h1 {
  font-size: 60px;
  color: #fcfcfc;
  float: left;
  line-height: 2cm;
}

.right-col {
  float: right;
  margin-right: 2%;
  font-family: "Big Shoulders Stencil Display";
  margin-top: 250px;
  display: flex;
  align-items: center;
}

.right-col p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 15px;
}

#icon {
  width: 80px;
  cursor: pointer;
}
