
#bg-image {
    background-image: url("../resources/backgrounds/contact-bg.jpg") !important;
}

#username {
    text-align: center;
}

#supportrequest {
    width: 80%;
    height: 6.5em;
    font-size: 1em;
    line-height: normal;
    max-width: 500px;
    padding: 5px;
}

#requestsubmit {
    padding: 5px;
    background-color: transparent;
    border: 2px solid green;
    color: inherit;
    font-size: 1.5em;
}

div.breakingline {
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 70%;
    max-width: 700px;
    margin: 40px auto;
}

#avatarpreview {
    width: 100px;
    height: 100px;
    margin: 5px;
}

#discordlogo {
    width: 30vw;
    max-width: 750px;
    min-width: 150px;
}

div.twocolumns {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1000px;
    margin: 0 auto;
}

div.twocolumns img {
    max-width: 150px;
    width: 50%
}

div.twocolumns * {
    justify-self: center;
}