@import "font.css";

*, *:before, *:after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    background-color: #2c3249;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.wrapper {
    min-height: 100vh;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.header {
    display: flex;
    text-align: center;
}

.header a {
    margin: 0 8px;
    text-decoration: none;
    color: #FFFFFF;
}

.content {
    flex: 1 1 auto;
    display: flex;
}

.content_block {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.content_block_title {
    font-size: 48px;
    font-family: "Days One", sans-serif;
    text-transform: uppercase;
    margin: 0 0 24px 0;
}

.content_block a {
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    padding: 14px 20px 14px 20px;
    border-radius: 52px;
    border: 1px solid #FFFFFF;
}

.content_list {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 24px 0;
}

.content_list p {
    text-indent: 1.5em;
    font-size: 16px;
}

.content_list h3 {
    text-indent: 1.5em;
}

.content_list ul {
    padding: 8px 8px 8px 48px;
    list-style-type: disc;
}

.content_list li {
    padding: 2px 2px 2px 8px;
    font-size: 16px;
}

.content_list a {
    color: #FFFFFF;
}

.content_list_title {
    text-align: center;
    margin: 0 0 24px 0;
}

.content_list_title p {
    text-indent: 0;
    font-size: 32px;
    font-family: "Days One", sans-serif;
    text-transform: uppercase;
}

.footer {
    display: flex;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #6d6f73;
}

.footer a {
    text-decoration: none;
    color: #6d6f73;
}

/*.fullscreen {*/
/*    min-height: 100vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 24px 32px;*/
/*    justify-content: space-between;*/
/*}*/

/*.fullscreen_header {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/

/*.fullscreen_header a {*/
/*    margin: 0 8px;*/
/*    text-decoration: none;*/
/*    color: #FFFFFF;*/
/*}*/

/*.fullscreen_body {*/
/*    background-color: red;*/
/*    flex: 1 1 auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.fullscreen_body_title {*/
/*    font-size: 48px;*/
/*    font-family: "Days One", sans-serif;*/
/*    text-transform: uppercase;*/
/*    margin: 0 0 24px 0;*/
/*}*/

/*.fullscreen_body a {*/
/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*    color: #FFFFFF;*/
/*    font-weight: 400;*/
/*    padding: 14px 20px 14px 20px;*/
/*    border-radius: 52px;*/
/*    border: 1px solid #FFFFFF;*/
/*}*/

/*.fullscreen_footer {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    font-size: 12px;*/
/*    color: #6d6f73;*/
/*    font-weight: 500;*/
/*}*/

/*.fullscreen_footer a {*/
/*    color: #6d6f73;*/
/*    font-weight: 500;*/
/*    text-decoration: none;*/
/*}*/