* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    background-color: white;
}

header {
    width: 100%;
    background-image: url(https://misosiru-city.syowatan.com/img/img_6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    right: 0;
    padding: 1%;
    display: flex;
}

img {
    display: flex;
    height: 1lh;
    border-radius: 10%;
    margin-right: 1%;
}

div.body {
    justify-content: center;
    align-content: center;
    text-align: center;
    position: fixed;
    width: 50%;
    margin: 15% 25%;
}

footer {
    color: white;
    width: 100%;
    background-image: url(https://misosiru-city.syowatan.com/img/img_6.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    margin: auto;
    bottom: 0;
    position: fixed;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 1%;
}

ul {
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    width: 100%;
    margin-bottom: 2.5%;
}

li {
    width: 25%;
    list-style: none;
    padding: 1% 0;
}

div.footer {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0%;
    width: 50%;
    padding: 1% 25%;

    span {
        padding: 0 2%;
    }
}

a {
    color: white;
}