* {
  user-select: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: fontnew, monospace;
  text-shadow: 2px 2px 0px rgb(58, 102, 199);
}
@font-face {
  font-family: fontnew;
  src: url("website/fontnew.otf") format("opentype");
}

body {
  background-color: rgb(64, 60, 60);
  background-image: image-set("website/assets/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-attachment: fixed;
}

header {
  background-image: image-set("website/assets/back2.jpg");
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  width: 100%;
  color: rgb(239, 239, 239);
  z-index: 10;
}
header .title {
  font-size: 30px;
  margin-right: auto;
}
header .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 12px 0;
}
header .nav li {
  list-style: none;
  margin: 0 15px;
}
header .nav li a {
  transition: all 0.1s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 15px;
  letter-spacing: 1px;
}

.hello {
  display: block;
  flex-wrap: wrap;
  align-self: center;
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.182);
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  max-width: fit-content;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.136);
  backdrop-filter: Blur(15px);
  border-style: solid;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.21);
  text-align: center;

  color: white;
  font-size: 14px;
}
.hello h1 {
  font-size: 50px;
}
img {
  max-width: 200px;
}
.box {
  letter-spacing: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.293);
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
  justify-content: center;
  border-radius: 15px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  background-image: image-set("website/assets/back3.jpg");
}
button {
  transition: all 0.1s;
  border-radius: 5px;
  border-style: none;
  font-size: larger;
  background-color: rgb(255, 255, 255);
  color: rgb(132, 132, 132);
  text-shadow: none;
  padding: 5px;
  font-size: 20px;
}
button:hover {
  background-color: rgb(236, 236, 236);
  transform: scale(1.2);
}
.text {
  color: white;
  font-size: 14px;
  text-align: center;
}
p {
  color: white;
  font-size: 14px;
}
