h1{
  font-family: "Castoro", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}


.container h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

h1 span {
  font-size: 28px;
  font-weight: 500;
}

#main-name{
  font-family: "Castoro", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}