body {
    background-color: #1e1e2e;
    overflow-x: hidden;
}

#andy_locks_logo_header {
    max-width: 30px;
    margin: 15px;
    border-radius: 50%;
}

#andy_locks_logo_footer {
    max-width: 30px;
    margin: 15px;
    border-radius: 50%;
}

.header_div {
    -moz-box-align: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed center;
    top: 0px;
    background-color: #181825;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

header {
    background-color: #181825;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

p {
    font-family: "Montserrat", sans-serif;
    color: #cdd6f4;
    margin: 5px;
}

h1, h3 {
    font-family: "Montserrat", sans-serif;
    color: #cdd6f4;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 140%;
}

.header_icon {
    max-width: 30px;
}

.logo_and_name {
    display: inline-flex;
    align-items: center;
}

#header_github_icon_a {
    width: 30px;
}

#contacts_icons {
    width: 86px;
    display: inline-flex;
    align-items: center;
}

#discord_icon {
    margin-left: 10px;
}
#header_discord_icon_a {
    width: 50px;
    display: inline-flex;
    align-items: center;
}

footer {
    margin-left: 50px;
    margin-right: 50px;
}

#main_discord_logo {
    width: 50px;
    padding-right: 20px;
}

#main_andy_logo {
    max-width: 200px;
    border-radius: 50%;
}

#main_div {
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
}

.discord_nickname {
    display: inline-flex;
    align-items: center;
}

#nickname {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#repos {
    display: inline-block;
    align-items: center;
    background-color: #181825;
    border-radius: 26.5px;
    padding: 22px;
}

footer {
    margin-left: -8px;
    margin-right: -8px;
}

.footer_div {
    display: flex;
    align-items: center;
    bottom: 0px;
    background-color: #181825;
    -moz-box-align: center;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-right: 15px;
}
