@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sometype+Mono:ital,wght@0,400..700;1,400..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

body {
    background-image: "https://media.discordapp.net/attachments/1125080012974997546/1474148569173983265/noise2.png?ex=6998cb57&is=699779d7&hm=244d0440556367764a9bd43e97cead1ea40b86a933b4c35c39ef7fd23475cc99&=&format=webp&quality=lossless";
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(226, 232, 240, 0.15), transparent 70%), #000000;
    background-size: 100% 2000px;
    background-repeat: no-repeat;

    padding: 15px 15px;
}

main {
    display: block;
    margin: 0px auto;
    max-width: 800px;
}

.information {
    display: grid;
    gap: 16px;
}

header {
    margin: 0px auto;
    max-width: 700px;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 40px;
    gap: 35px;
}

header p {
    width: 350px;
}

.profilePicture {
    width: 25%;
    height: 25%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;

    box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

p {
    color: rgb(225, 225, 225);

    font-family: "Jet Brains", monospace;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

h1 {
    color: rgba(200, 200, 200, 1);

    font-family: "Jet Brains", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h2 {
    color: rgba(200, 200, 200, 1);

    font-family: "Jet Brains", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h3 {
    color: rgba(200, 200, 200, 1);

    font-family: "Jet Brains", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h5 {
    color: rgba(225, 225, 225, 0.319);

    font-family: "Jet Brains", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.username {
    color: rgb(225, 225, 225);

    font-family: "Monsterrat", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.someContainer {
    background-color: rgb(255, 255, 255, 0);
    background-image: url("https://media.discordapp.net/attachments/1125080012974997546/1474148569173983265/noise2.png?ex=6998cb57&is=699779d7&hm=244d0440556367764a9bd43e97cead1ea40b86a933b4c35c39ef7fd23475cc99&=&format=webp&quality=lossless");

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;

    max-width: 750px;

    padding: 15px 35px;
}