#text {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e98b39;
    padding: 20px;
    text-align: center;
    height: auto;
    margin-top: 100px;
    color: white;
    box-shadow: 10px 12px 0px #b9b4b9;
    padding-bottom: 80px;
}

a.footer-link {
    color: #fbfcfc !important;
    position: relative;
    bottom: 70px;
    background: #ec7a17;
    padding: 5px;
}

h1.impres {
    color: #ddd;
}

body {
    background-color: #fbfcfc;
}

h1 {
    font-family: "Lato", sans-serif;
    font-size: 35px;
}

h2 {
    font-family: "Lato", sans-serif;
}

a {
    font-family: "Lato", sans-serif;
    text-decoration: none;
    color: white;
}

a:hover {
    font-family: "Lato", sans-serif;
    text-decoration: none;
    color: black;
}
