* {
  margin: 0;
  padding: 0;
}

body{
    height: 100vh;
}

#pubkey{
  margin: 25px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  color: rgb(0, 88, 170);
  font-weight: bolder;
  text-decoration: none;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#title{
    position: relative;
    color: rgb(3, 44, 82);
    text-align: center;
    font-size: 50px;
    top: 10vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#slider{
    position: relative;
    top: 70vh;
    display: flex;
    justify-content: center;
    gap: 1vw;
}

#background{
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
}

