@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

article {
    height: 120%;
}
#about {
    position: relative;
    top: 100px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
	margin-bottom: 200px;
}

ul {
    list-style: none;
    padding: 0;
}
hr{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: rgb(68, 68, 68);
    border: none;
}
#contacts{
    text-align: center;
}
.name{
    text-align: center;
    font-size: 20px;
}
.email{
    text-align: center;
}
@media(max-width: 700px) {
    #contacts{
        width: 90%;
    }
}