@charset "UTF-8";

html {
    font-size: 100%;
}
body {
    font-family: sans-serif;
    line-height: 2;
}
a {
    color: #38a793;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    width: 200px;
    padding: 0 2%;
}
div {
    max-width: 1100px;
    margin: auto;
    padding: 0 4%;
}
h2 {
    border-bottom: 2px solid #38a793;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    padding: 2% 0;
}