* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { 
    height: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: white;
    background-color: #16182c;
	max-width: 1024px;
	margin: 0px auto;
}

.hr {
    height: 1px;
    background-color: #FFFFFF33;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
}

header {
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Syncopate', sans-serif;
    font-size: 24px;
}

header img {
    height: 64px;
    width: 64px;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#hero #text {
    font-size: 20px;
}

#hero #title {
    font-family: "Fredoka", sans-serif;
    font-size: 2.75em;
    font-weight: 400;
}

#hero #subtitle {
    font-family: "Fredoka", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 24px;
    color: #FFFFFF7F
}

#hero #description {
    font-size: 1.2em;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 48px;
}

#appstore img {
	height: 52px;
}

#musehub img {
	height: 52px;
}

.download-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
.download-buttons img { display: block; }

section {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
}

section .screenshot {
    margin-bottom: 32px;
    height: 320px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

section ul {
    text-align: left;
    margin-bottom: 24px
}

section ul li {
    margin-bottom: 10px;
}

h1 {
    font-family: "Fredoka", sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

h2 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 24px;
    letter-spacing: 0.4px;
    line-height: 1.4;
    text-wrap: balance;
}

h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 24px;
    max-width: 480px;
    text-wrap: balance;
}

h4 {
    font-family: "Fredoka", sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px
}

h5 {
    max-width: 480px;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 1.4;
    text-wrap: balance;
}

#whatis .capsule {
    background-color: #37a2e87f;
    padding: 6px 23px;
    border-radius: 12px;
    display: inline-block;
    text-wrap: balance;
}

#whofor .capsule {
    background-color: #37a2e87f;
    padding: 6px 23px;
    border-radius: 12px;
    display: inline-block;
}

#whofor h3 {
    margin-bottom: 40px
}

#keyideas img {
    height: 48px;
    margin-top: 24px;
    margin-bottom: 20px;
}

a, a:visited {
    color: #37a2e8;
    text-decoration: none;
}


#closing img {
    margin-top: 48px;
    margin-bottom: 24px;
}

footer {
    font-size: 12px;
    padding: 20px;
}
