@charset "UTF-8";

*, html {
    padding:0;
    margin:0;
}

body {
    background:#080808;
    color:#efefef;
    font-size:16px;
    line-height:1.5em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
    max-width:2048px;
}

a:link,
a:active,
a:visited {
    color:#dfdfdf;
}

a:hover,
a:focus {
    color:#f5f;
}


ul {
    list-style-type:none;
}

.header-wrap {
	background: linear-gradient(45deg,#0093df 10%, #1e38a3 100%);
    text-transform:uppercase;
    font-size:16px;
    letter-spacing:1px;
    padding:25px 25px;
    margin:0;
}

.header-wrap a {
    text-decoration:none;
}

.header-wrap a:hover,
.header-wrap a:visited {
    color:#121212;
}

.main-content {
    background:#101010;
    padding:25px 45px;
}

.footer-wrap {
    padding:25px;
}

.footer {
    padding:10px 25px;
}

h1 {
    padding:25px 0;
}

h2, h3 {
    padding:25px 0 10px 0;
}

blockquote {
    background:#181818;
    border-left:2px solid #ff55ff;
    margin:15px 0;
    padding:25px;
}
