@import url(https://fonts.googleapis.com/css?family=Montserrat);
body,html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
.heading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline;
    justify-content: left;
    align-content: end;
    align-items: center;
    height: 200px;
    min-height: 85px;
    background-color: #4F7985;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    h1, h2 {
        color: #efefef;
        padding-left: 50px;
    }
    h1 {
        font-size: 3vw;
        margin-bottom: 0px;
    }
    h2 {
        font-size: 1.5vw;
    }
}
.page-content {
    width: 30em;
    margin: 0 auto;
    line-height: 1.625;
    padding-top: 210px;
    ul {
        list-style: none;
        padding: 0;
    }
    li {
        border: 1px solid rgb(79, 121, 133, 0.2);
        border-radius: 5px;
        margin-bottom: 10px;
        vertical-align: middle;
        padding: 10px;
    }
    li a {
        font-size: 18px;
        font-weight: 500;
        color: #3e3636;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    i {
		color: #4F7985;
		font-size: 30px;
		margin-right: 5px;
		vertical-align: middle;
	}
    li {
        color: #4F7985;
        font-size: 30px;
        margin-right: 5px;
        vertical-align: middle;
    }
    li:hover {
        background-color: rgb(79, 121, 133, 0.4);
    }
    .back-button{
        background-color: white;
        border: 2px solid rgb(79, 121, 133, 0.4);
        color: #3e3636;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        padding: 5px;
        margin-left: auto;
    }
    .back-button:hover {
        background-color: rgb(79, 121, 133, 0.4);
    }
    .book {
        display: flex;
        align-items: center;
    }
}