a,p,h1{
    color: white;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}



.top {
    background-color: #444;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.mokuzi a {
    display: inline-block;
    padding: 15px 0; 
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 5px;
}

.top a {
    display: inline-block;
    padding: 15px 0; 
    font-size: 27px; 
}

.top-modoru a {
    font-weight: 700;
}

.logo {
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}


@media screen and (max-width:810px) {
    .top {
      height: auto;
      display: flex;
      flex-direction: column;
    }

    .logo {
        padding-right: 0px;
    }
  }