html {
    height: 100%;
}

body {
    text-align: center;
    color: #ddd;
    font-family: 'Roboto', sans-serif;
    background-color: #000000;
    background-image: url("images/tiles/stars.png"), url("images/tiles/249.png");
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    height: 100%;
}

nav, nav ul, nav a{
    list-style: none;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
    text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #ff0055,
      0 0 82px #ff0055,
      0 0 92px #ff0055,
      0 0 102px #ff0055,
      0 0 151px #ff0055;
}

nav li {
    display: inline;
}

nav hr {
    width: 500px;
    border: 1px solid #fff;
    box-shadow: 
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #ff0055,
    0 0 82px #ff0055,
    0 0 92px #ff0055,
    0 0 102px #ff0055,
    0 0 151px #ff0055;
}

h1 a {
    font-size: 100px;
}

h2 {
    text-shadow: 0 0 10px #000;
    font-weight: 400;
}

.visit {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 6em;
    padding-top: 25em;
}

.counter {
    position: relative;
    right: 174px;
    bottom: 27px;
}

p {
    padding: 10px;
}

main {
    text-align: center;
    display: inline-block;
    background: #ffffff10;
    height: auto;
    width: 40%;
    padding: 20px;
    margin: 50px;
    border: 1px solid #00000070;
    border-radius: 8px;
    box-shadow: inset 0 0 1px #ffffffc0, 5px 5px 10px #00000080;
    backdrop-filter: blur(3px);
    background-image: url("images/acrylic-noise.png")
}

.info {
    text-align: center;
    padding: inherit;
    margin: 20px;
    border: inherit;
    border-radius: inherit;
    box-shadow: inherit;
}

.btngallery {
    display: block;
    text-align: center;
    align-items: center;
}

.btngallery a>img {
    margin: 10px;
    box-shadow: 5px 5px 10px #00000080;
}

hr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #444;
}