@font-face {
    font-family: 'MoreSugar';
    src: url('MoreSugar-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

body {
    background-color: #2a243d;
    color: #d59b7b;
    font-family: 'MoreSugar', Arial, sans-serif;
    font-size: 1.3em;
}

h2 {
    color: #006CE0;
}

a {
    color: #fff;
    text-decoration: none;
}

/* Turns links into a button */
.button {
    color: #fff;
    background-color: rgb(255, 0, 98);
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 20px;

}

.emoji {
    font-family: Arial, sans-serif;
}

/* Expanders */
summary {
    color: #006CE0;
    font-size: 1.5em;
    cursor: pointer;
}