body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: red;
}

.root-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 80pt;
}

#icon {
    width: 100pt;
    height: 100pt;
}

#title {
    font-size: 50pt;
    font-weight: bold;
    margin-left: 20pt;
}

#screenshots {
    margin-left: 20pt;
    margin-right: 20pt;
    width: 80%;
    max-width: 1000pt;
    padding-top: 40pt;
}

#description {
    padding-top: 60pt;
    font-size: 20pt;
    font-weight: bold;
}

#available-text {
    font-size: 20pt;
    font-weight: normal;
    color: gray;
}

#appstore-badge {
    margin-top: 40pt;
    width: 150pt;
}

#footer-links {
    margin-top: 40pt;
    font-size: 16pt;
}

#craft-footer {
    margin-top: 40pt;
}

#flag {
    margin-bottom: 40pt;
}