body {
    background-image: url("https://s3.amazonaws.com/codecademy-content/courses/learn-css-selectors-visual-rules/hypnotize_bg.png");
}

.navigation,
h2,
.share {
font-family: "Raleway", sans-serif;
}

.navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.navigation li {
    font-weight: 70;
    letter-spacing: 2px;
    padding: 20px;
}

.navigation li.logo {
    color: black;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 4px;
}

.button {
    max-height: 5em;
    font-size: 1em;
    position: center;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.button a {
    background: grey;
    border-radius: 3px;
    color: white;
    text-decoration: none;
}

.button a:hover {
    background: white;
    color: grey;
}

#banner .content h1 {
    border: 15px solid white;
    position: relative;
    top: 50px;
    width: 400px;
    margin-top: 0;
    margin-bottom: 150px;
    margin-right: auto;
    margin-left: auto;
}

#main {
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 400px;
    height: 600px;
}

.byline {
    border-bottom: 1px solid LigthGrey;
    border-top: 1px solid LightGrey;
    color: DarkGrey;
    font-size: 17px;
    font-weight: 200;
}

h1 { 
    font-family: "Brush Script MT", cursive; 
    font-size: 80px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: 700; 
    line-height: 53.9px; 
}

h1 {
    text-align: center;
}

h2 {
    border: 1px dotted red;
    color: red;
    font-size: 20px;
    line-height: 48px;
    line-width: 48px;
    padding: 20px 30px;
    margin: 30px 20px;
    text-align: center;
}

.share {
    border: 1px solid LightGrey;
    padding: 40px 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.share a {
    background: red;
    border: 1px solid red;
    border-radius: 3px;
    color: white;
    display: inline-block;
    margin: 10px;
    padding: 14px;
    text-decoration: none;
}

.share a:hover {
    background: white;
    border: 1px solid red;
    color: red;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}