body {
    background-image: url("img/Terrariahd.png");
    background-color: #cccccc;
    background-size: cover;
    background-attachment: fixed;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff3;
}

nav li {
    float: left;

}

nav li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

h1 a {
    color: black;
    text-decoration: none;
}
.background-container {
background-size: cover;
/* height: 100vh; */
display: flex;
align-items: center;
justify-content: center;
}

.blurred-box {
background-color: rgb(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
padding: 30px;
border-radius: 10px;
}
h2 a {
    color: black;
    text-decoration: none;
}
