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

body {
    font-family: "Radley", serif;
    line-height: 1.6;
    color: #424242;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: justify;
    text-justify: inter-word;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    font-size: 2.5em;
    color: #000000;
}

header p {
    font-size: 1.2em;
    color: #424242;
}

section {
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.8em;
    color: #000000;
    margin-bottom: 10px;
}

p, li {
    font-size: 1em;
    color: #424242;
}

ul {
    list-style-type: none;
}

ul li {
    margin-bottom: 15px;
}

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

a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
    color: #aaaaaa;
}



#coming-soon h2 {
    text-align: center;
    color: #d7504c;
}

#coming-soon p {
    text-align: center;
}
