html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(textures/Bluerock.jpg);
    color: #111;
}
.container {
    width: 95%;
    max-width: 420px;
    margin: 40px auto;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: center;
}

.container h1 {
    margin: 0 0 8px 0;
    font-size: 34px;
}
.container h2 {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #666;
}
.container p {
    margin: 10px 0 0 0;
    color: #666;
    font-size: 13px;
}
.container a {
    color: #0b76d1;
    text-decoration: none;
}

.container a:hover {
    color: #0b76d1;
    text-decoration: underline;
}

.socialBtn {
    width: 30%;
    padding: 5px;
    margin: 8px 0;
    font-size: 16px;
    border-radius: 0px;
}
.socialBtn:hover {
    text-decoration: underline;
    cursor: pointer;
}
#discordBtn {
    background-color: #7289da;
    color: white;
    border: none;
}
#discordBtn:hover {
    background-color: #4a588d;
    color: white;
    border: none;
}
#emailBtn {
    background-color: #dd4b39;
    color: white;
    border: none;
}
#emailBtn:hover {
    background-color: #8b3125;
    color: white;
    border: none;
}
#githubBtn {
    background-color: #333;
    color: white;
    border: none;
}
#githubBtn:hover {
    background-color: #161616;
    color: white;
    border: none;
}