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

body {
    background: #3a3637;
    color: white;
    font-family: "Moderustic", sans-serif;
    letter-spacing: 0.1px;
    font-optical-sizing: auto;
    font-style: normal;
}

main {
    margin: 50px auto 0px;
    max-width: 600px;
    padding: 20px;
    background: #23212c;
    border-radius: 10px;
}

a {
    color: #f3c622;
}

h1 {
    margin: 0px;
    color: #fcb34a;
}

h2 {
    margin: 0px;
    font-size: 16px;
    margin-bottom: 20px;
}