@charset "UTF-8";
html {
    font-size: 100%;
}
body {
    background-image: url(images/14538.jpg);
    background-repeat: repeat-y;
    background-size: cover;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.container {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1px;
}
.box {
    padding: 1rem;
    margin: 1rem
}
.dot {
    font-family: "DotGothic16", serif;
    font-weight: 400;
    font-style: normal;   

}
.lime {
    color: lime;
}
.text-accent {
    color: #49FCFD;
}
.list-square {
    list-style-type: square;
}
.nav-link {
  color: #49FCFD;
}
/* link accent */
a.link-accent {
    color: #49FCFD;
    text-decoration: none;
}

a.link-accent:visited {
    color: #49FCFD;
}

a.link-accent:hover {
    text-decoration: underline;
}

.align-center {
    text-align: center;
}
.page-header {
    padding-top: .5rem;
    border-color: lime;
    border-width: 0px 0px medium 0px;
    border-style: solid;
}
.logo {
    width: 550px;
    height: auto;
}
section {
    margin-top: 50px;
}
p {
    color: honeydew;
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
footer p {
    text-align: center;
}
