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

html {
    font-family: 'Nunito', sans-serif;
    background: #43b581;
    color: #2e2e2e;
    font-size: 1.2em;
}

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

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

.board img {
    border-radius: 50px;
}

a {
    text-decoration: none
}

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

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

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