@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #fbf3e5;
    margin: 50px 25px;
}

h2 {
    text-align: center;
    margin-bottom: 50px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #0085c6;
}

a:hover,
a:active {
    color: #ff4040;
}

.text {
    max-width: 750px;
    margin: auto;
    word-wrap: break-word;
}
