@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap");

/* ! Global */

body {
  background: #001e3d;
  margin: 0px 5%;
  font-family: "Chivo", sans-serif;
  color: #cccccc;
}

h1 {
  color: #00ff00;
  font-size: 40px;
  text-shadow: 1px 1px 3px #FFCC66;
}

.pbtn{
  width: 200px;
  background-color: #FFCC66;
  border-radius: 10px;
  box-shadow: 0px 5px 0px #b07600;
  padding: 10px 20px;
  margin: 10px 5px;
  display: inline-block;
  border: none;
  font-weight: 700;

}

.pbtn:hover{
  transform: translateY(3px);
  box-shadow: 0px 2px 0px #b07600;
}
