body {
width: auto;
margin: auto;
background-color: rgb(37, 34, 34);
}
#imgbackground {
    position: relative;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 600px;
}
img {
    width: 100%;
    height: 100%;
    z-index: -10;
}
h1 {
    text-align: center;
    font-style: italic;
}
.content1 {
    position: absolute;
    top: 27%;
    width: 100%;
    text-align: center;
}
#word {
    position: absolute;
    top: 44%;
    left: 3%;
    font-weight: bolder;
    font-size: 30px;
    color: red;
}
.content2 {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: red;
    border-style: dashed;
    border-width: 3px;
    border-color: red;
    overflow: auto;
    width: 400px;
    background-color: rgba(59, 50, 50, 0.644);
    padding-left: 1%;
    margin: 3%;
}
#title {
    width: 100%;
    position: absolute;
    top: 18%;
    left: auto;
    right: auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: rgb(252, 248, 201);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    text-shadow: rgb(19, 16, 16) 5px 5px 0;
}
#header-text {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: red;
    font-weight: bold;
}
#container {
    z-index: 1;
    width: 500px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 35%;
    left: 25%;
}
#userName {
    z-index: 2;
}