.backg {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(12,12,13);
  background: radial-gradient(circle, rgba(12,12,13,1) 0%, rgba(31,32,34,1) 0%, rgba(1,6,14,1) 50%); 
  /*filter:grayscale(90%) saturate(90%) brightness(110%) opacity(80%) blur(.5px);
  content: url("Senzanome\ -\ Copia.png");*/
}

html, body {
  height: 100%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 150%;
  line-height: 1.4;
  cursor: url(../img/pointer.x.png) 15 15, auto
}

body {
  margin: 0;
}

.viewport-header {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Syncopate", sans-serif;
  color: #4a3a27;
  text-transform: uppercase;
  letter-spacing: 1vw;
  line-height: 1.2;
  font-size: 3vw;
  text-align: center;
}
a {
  font-size: 1vw;
  text-decoration: none;
  color: #348982;
}
a.divisore {
padding: 2% 0 2% 2%;
border-left: 1px solid rgb(255, 255, 255)
}
a.contatti {
  color: #3c4554;
  padding: 5px 0;
  cursor: url(../img/pointer.x.png) 15 15, auto;
  transition: 1s
}
a.lexo {
  border: none;
  padding: 5px 0;
  cursor: url(../img/pointer.x.png) 15 15, auto;
  transition: 1s
}
#date {
  color: #3c4554;
  text-align: center;
}
h1 span {
  display: block;
  font-size: 10vw;
  letter-spacing: -1.3vw;
  /*background-color: #ffffff48;*/
}

main {
  display:flex;
  overflow: hidden;
  color: white;
  position: fixed;
  justify-content: center;
  bottom: 0;
  text-align: center;
}

#contatti:hover{
  color: rgb(50, 162, 181);
  text-shadow: rgb(39, 235, 199) 1px 0 10px;
  transition: color .2s, text-shadow .3s;
  cursor: url(../img/pointer.z.png) 15 15, auto
}
#lexo:hover{
  color: rgb(193, 60, 111);
  text-shadow: rgb(255, 0, 0) 1px 0 10px;
  transition: color .2s, text-shadow .3s;
  cursor: url(../img/pointer.z.png) 15 15, auto
}