*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    
}
div{
    text-align: center;
}
h1{
    font-size: 20px;
}
li{
    display: inline-block;
    padding: 10px;
}
li:hover{
    color: palevioletred;
    cursor: pointer;
}
header{
    top: 0; 
    left: 0; 
    right: 0;
    background-color: white;
    padding: 32px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
}
section{
    padding: 32px 120px;
}
.primerasec{
    display: flex;
    align-items: center;
    min-height: 90vh;
    background: url(japonn.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
article{
    overflow: auto;
    width: 70%;
    margin: auto;
}
h2{
    background-color: rgba(216, 112, 147, 0.6);
    padding: 10px;
    text-align: center;
}
p{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.7;
}
a{
    color: black;
    text-decoration: none;
}
a:hover{
    color: palevioletred;
    cursor: pointer;
}
.imgtokyo{
    float: right;
}
.nara{
    margin-top: 40px;
}
.osaka{
    margin-top: 40px;
}
.kioto{
    margin-top: 40px;
}