@charset "UTF-8";

html{
    font-family: "YuMincho","Yu Mincho",serif;
}

body{
    margin: 0px;
    
}


header {
    height: 0px;
    width: 100%;
    position: fixed;
    top: 0;
    color:#0200ff;
    text-align: center;
    font-size: 20px;
}

footer{
    height: 100px;
    width: 100%;
    left: auto;
    bottom: 0;
    background-color: #3d3c9a;
}

nav{
    height: 120px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: solid;
    border-color: #031de2;
    border-radius: 10px;
    background-color: #ffffff;
}

nav ul{
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
nav ul li{
    margin: 30px;
}

@media (max-width: 1024px) {
    nav{
        width: 100%;
    }
}

ul {
    list-style: none;
}


.section{
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    max-width: 700px;
    text-align: justify;
    background-color: #fff;
}

img.image1{
    height: 350px;
}

img.image2{
    width: 280px;
    height: 80px;
}

img.image3{
    width: 490px;
    height: 100px;
}

img.image4{
    width: 250px;
    height: 240px;
}


.spot{
    height: 110px;
}



