@import "style.css";
/* Coded by nexd3v as a learning project! */

div.header {
  padding: 17px;
  background-image: url(/assets/images/nexd3v-full.png);
  background-position: 0% 45%;
  background-size: cover;
  border-radius: 10px;
  color: white;
  font-size: 25px;
  position: relative;
  margin-top: 0px;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0px;
}
.amtxt {
  place-self: center;
}
.box2 {
  border: 2px solid rgb(206, 203, 209);
  border-radius: 10px;
  margin-top: 1%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 0px;
  padding: 0 10px;
}
