@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');

body {
  height: 100vh;
  overflow: hidden;
  border: 0;
  margin: 0;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;


  background: url('../images/bugdomilenio.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.title h1 {
  font-family: 'Anonymous Pro', monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 45px;

  color: #FFFFFF;

}

.title h3 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 24px;

  color: #C4C4C4;
}

.title h4 {
  position: absolute;
  text-align: center;
  font-style: italic !important;
  bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;

  color: #C4C4C4;
}