@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');

html {
    font-family: 'Nunito', sans-serif;
    background: #0f1015;
    color: #4e99d5;
    font-size: 1.2em;
}

.content {
    position: fixed;
    margin-left: -8px;
    margin-top: -8px;
    width: 100%;
    height: 100%;
    display: flex;
    overflow-y: scroll;
}

.board {
    margin: auto;
    margin-left: 0;
    text-align: center;
}

a {
    text-decoration: none;
}

p a {
    color: #7cadd4;
}

p a:hover {
    text-decoration: underline;
}

h1, p {
    margin: 0px;
    max-width: 430px;
}

p {
    color: #ccd7df
}

.invite-button {
    background-color: #2f3136;
    border-radius: 50px;
    padding: 20px;
    color: #cecece;
    max-width: 312px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.invite-button img {
    max-width: 26px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 0
}

p>img {
    max-height: 29px;
    vertical-align: middle;
    border-radius: 0;
    margin-top: -5px;
}

.style-card {
    text-align: left;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 25px;
    padding-top: 18px;
    background-color: #06070a;
}
