* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Alegreya', Baskerville, serif;
    background: linear-gradient(180deg, #0D071D 0%, #1A205F 100%), #0D071D;
    color: white;
}

header#main {
    background: #0E0D24E5;
    color: #BED6E8B4;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.02);
    font-family: "Jetbrains Mono", Menlo, monospace;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header#main .content {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 960px;
    font-size: 14px;
}

header#main a {
    text-decoration: none;
    color: inherit;
    align-items: center;
    display: flex;
}

header#main a img {
    margin-right: 0.5rem;
}

header#main ul {
    list-style: none
}

header#main h2 {
    font-size: 14px;
    font-weight: normal;
}

article {
    font-size: 16px;
    font-family: "Alegreya Sans", Verdana, sans-serif;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

article header {
    font-family: "Alegreya", Baskerville, serif;
    text-align: center;
    padding: 2rem 0;
}

article header h1 {
    font-size: 2.5rem;
    margin: 1rem 0;
}

article header h2 {
    font-size: 1.5rem;
    font-family: "Alegreya SC", Baskerville, serif;
    font-weight: normal;
}

article h3 {
    font-family: "Archivo Black", Verdana, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

article img {
    width: 100%;
}

article a {
    color: inherit;
}

.two-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 460px));
    grid-gap: 20px; 
    flex-wrap: wrap;
}

#signup {

display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2rem;
margin: 2rem auto;
max-width: 960px;
box-sizing: border-box;

}

#signup p {
    margin-bottom: 1rem;
}

#subscribe {
    background: linear-gradient(180deg, rgba(38, 42, 109, 0.1935) 0%, rgba(38, 42, 109, 0) 100%), rgba(14, 13, 36, 0.9);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 1px rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
}

#subscribe input {
    background: none;
    outline: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font:inherit;
    color: rgba(255,255,255,0.45);
    font-size: 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-appearance: none;
    cursor: pointer;
}

#subscribe button {
    font: inherit;
    color: #0E0D24;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), #F9ECE6;
    box-shadow: 0px 8px 2px rgba(0, 0, 0, 0.1), inset 0px -2px 2px rgba(83, 29, 6, 0.1);
    border-radius: 8px;
    border: 0;
    padding: 0.5rem 2rem;
}

footer {
    max-width: 960px;
    display: flex;
    flex-flow: row;
    margin: 0 auto;
    padding: 2rem 0;
}

footer .content {
    flex: 1 0 auto;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
}

footer .content .social-media-links {
    display: flex;
    flex-flow: row;
}

footer ul {
    list-style: none;
    display: flex;
}

footer li {
    padding: 0 1rem;
}

footer li a {
    color: white;
}

.alpha-quality {
    display: none;
}
