@font-face {
  font-family: dreaming;
  src: url(fonts/against\ regular.otf);
}
@font-face {
  font-family: somer;
  src: url(fonts/SOMER.otf);
}
html {
  background-color: white;
}
body {
  border: solid 2px #ff199b;
  border-radius: 0 30px 0 30px;
  background-color: #ffcce8;
}
h1 {
  text-align: center;
  font-size: 40px;
  font-family: somer;
  text-decoration: underline;
  border-radius: 15px;
  color: #ff65bc;
  text-shadow: 0px 2px 0px #f13da3;
}
h3 {
  color: #fd71c1;
  letter-spacing: 1.5px;
  font-weight: bold;
  font-family: dreaming;
  text-align: center;
  font-size: 25px;
  margin: -20px 0 20px 0;
  padding: 0 20px 0 20px;
  text-shadow: 0px 1px 0px #f040a4;
}
h5 {
  color: #fd6dbc;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: dreaming;
  text-align: center;
  font-size: 70%;
  margin: -10px 0 60px 0;
  text-shadow: 0px 1px 0px #f3329f;
}
.div-header {
  margin: 0px;
}
.header {
  width: 100%;
  height: 180px;
  background-image: url("https://i.ibb.co/5hc4ZkL1/33379e8db23b728c3683d55f7a4e8ef6.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0px 29px 0px 0px;
}
.pfp {
  margin-bottom: -30px;
  margin-top: -50px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: solid 8px #ffcce8;
}
.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-top: -30px;
  margin-bottom: 20px;
}
button {
  width: 90%;
  height: 60px;
  background-color: white;
  border: solid 2px #f37abe;
  box-shadow: 0px 5px 10px #f755b0;
  font-family: "Courier New", Courier, monospace;
  font-size: 150%;
  color: #ee55ac;
  font-weight: bold;
}
button:hover {
  background-color: #ffc3e0;
  transform: scale(1.05);
  transition: 0.3s;
}
footer {
  text-align: center;
  margin: 20px 0 20px 0;
  color: #ff4cb1;
  opacity: 50%;
  font-size: 100%;
  font-family: dreaming;
}
