@font-face {
    font-family: "UTDR";
    src: url("UTDR.ttf");
}

body {
    background-image: url("images/cyber_city.png");
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
    overflow-y: scroll;
}

header {
    font-family: "UTDR";
    text-align: center;
    background-color: #3366cc;
    box-shadow: 0px 15px rgb(37, 22, 208);
    margin: auto;
    margin-bottom: 15px;
    width: 1300px
}

section {
    font-family: "UTDR";
}

footer {
    font-family: "UTDR";
    background-color: rgb(26, 7, 64);
    margin: auto;
    width: 1300px;
}

footer div {
    display: flex;
}

footer div article {
    padding: 30px;
}

footer div article h2 {
    color: yellow;
    font-size: 45px;
    margin: 0;
    padding-bottom: 10px;
}

footer div article p {
    color: white;
    margin: 0;
    font-size: 25px;
    width: 550px;
}


header h1 {
    text-shadow: 5px 0 red, -5px 0 red, 0 5px red, 0 -5px red,
    5px 5px red, -5px -5px red, 5px -5px red, -5px 5px red;
    color: yellow;
    font-size: 90px;
    margin: 0;
    margin-top: 90px;
    line-height: 3px;
    padding-bottom: 40px;
}

.newsletter article {
    padding: 15px 0px 40px 30px;
    margin: 0 auto;
    align-items: center;
}

.newsletter div {
    display: flex;
}

.newsletter article h2 {
    color: yellow;
    font-size: 55px;
    margin: 0;
}

.newsletter article p {
    width: 650px;
    color: white;
    margin: 0;
    padding: 10px 0 15px 0;
    font-size: 35px;
}

header h3 {
    font-size: 35px;
    margin: 0;
    color: white;
}

nav ul { 
    border-top: 5px solid rgb(37, 22, 208);
    font-size: 50px;
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

nav ul li a {
    color: yellow;
    padding: 50px;
    text-decoration: none;
}

nav ul li a:hover{
    color: red;
}


#links article ul { 
    font-size: 60px;
    list-style-type: none;
    padding: 20px;
    margin: auto;
    display: flex;
}

#links article ul li {
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
}

#links article ul li a { 
    color: yellow;
    text-decoration: none;
}

#body div {
    margin: auto;
    width: 1300px;
    background-color: black;
}

#body div article img {
    display: block;
    margin: auto;
    padding: 20px 0px;
    width: 1150px;
}

header { 
    background-color: transparent;
}

#headerthingy {
    background: linear-gradient(180deg, transparent 50%, #3366cc 0%, #3366cc);
    letter-spacing: 5px;
    font-weight: 100;
}

#headerthingy img {
    object-fit: cover; height: 170px;
}

nav {
    background: #3366cc;
    padding-top: 1px;

}

#links article ul li a:hover {
    color: #ff0000;
}

.border article {
    border-width: 12px 0px 0px 0px;
    border-style: ridge;
    border-color: rgb(37, 22, 208);
}

#slogan h3 {
    padding-bottom: 10px
}

#button {
    font-family: "UTDR";
    background-color: #ff0000;
    border: outset;
    border-color: #ff0000;
    border-width: 15px;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100px;
    margin: 4px 2px;
    cursor: pointer;
  }
