@import url('https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.almendra-regular {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: normal;
}

.almendra-bold {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: normal;
}

.almendra-regular-italic {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: italic;
}

.almendra-bold-italic {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: italic;
}
body {
    background-image: url('assets/1fc3f893.png');
    color: white;
    font-family: almendra;
}
div {
    text-align: center;
}
h1 {
    font-size: 50px;
    opacity: 1;
}
.titlelink {
  color: inherit;
  text-decoration: none;
}
h2 {
    font-size: 30px;
}
p {
    font-size: 25px;
}
button {
    font-family: almendra;
    background-color: black;
    color: white;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-color: gray;
}
.warning {
  font-size: 22px;
}