@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
html {
  border-top:30px solid #000000;
}
body {
  color: #212121;
  font-family: Montserrat,sans-serif;
  font-size: 25px;
  padding: 10px 30px;


}
h1 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 1rem;
    margin-top: 0;
    text-transform: uppercase;
}
h2 {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 0;
}
p {
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 0;
}
a {
    color: #212121;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 white, inset 0 -3px 0 #757575
}
a:hover {
    color: #212121;
    text-decoration: none;
}
#container {
    padding: 15%;
}
@media screen and (min-width: 768px) {
    #container {
	align-items: center;
	display: flex;
	height: 100vh;
	padding: 0 10%;
    }
}
#about {
    margin: 0;
}
@media screen and (min-width: 768px) {
    #about {
	width: 500px;
    }
}
#links {
    font-size: 0.8em;
    padding: 0.8em 0em;
    word-spacing: 0.6em;
}
#links a {
    background-color: #212121;
    color: #FFFFFF;
    margin-top: 0.8em;
    padding: 0.8em;
}
#links a:hover {
    background-color: #424242;
}
