

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 200;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    color: #6c757d;
}

h1 {
    text-align: center;
    font-family: "Lora", serif;
}

h3 {
    font-weight: normal;
    text-align: left;
}

a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #6c757d;
    padding-bottom: 40px;
}

a:hover {
    color: #0056b3;
}