.nav-links ul
{
    display: inline;
    float: right;
}
.nav-links ul li
{
    list-style: none;
    display: inline-block;
    padding: 4px 8px;
}
.nav-links ul a
{
    color: white;
    text-decoration: none;
    font-size: 18;
    font-family:'Poppins';
    font-weight: bold;
}
.nav-links ul li::after
{
    content: '';
    width: 0;
    height: 2px;
    background: yellow;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after
{
    width: 100%;
}
.banner-title h1
{
    font-size: 65px;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 250px;
    font-weight: bold;
    font-family: 'Lobster Two', cursive;
    letter-spacing: 2;
}
.banner-title h1 span
{
    color: yellow;
    font-family: 'Lobster Two', cursive;
}
.nav-bar .fas
{
    margin: 45px 23px;
    display: block;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 8px;
}

.contents a
{
    text-decoration: none;
    color: black;
    font-size: 13px;
    margin: 0 10px;
}
.contents p
{
    margin-top: 10px;
    padding-top: 40px;
}
.nav-bar .fas
{
    display: none;
}
.container10 h3
{
    color: white;
    margin-top: 40px;
    text-align: center;
}
#container1 h1
{
    margin-top: 40px;
    margin-left: 200px;
    font-weight: 700;
    font-size: 45;
    font-family: 'Kaisei HarunoUmi', serif;
}
.container1b h4
{
    font-size: 24;
    font-family: 'Poppins';
    color: white;
    text-align: center;
    padding-top: 350px;
    font-weight: bold;
}
.container1c p
{
    font-family:'Poppins';
    font-size: 20;
    margin-left: 10px;
}
.container2 p
{
    text-align: center;
    font-weight: bold;
    font-family:'Poppins';
    font-size: 24;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
    line-height: 1.2;
    color: white;
}
#container4 p
{
    font-family:'Poppins';
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
    font-size: 20;
}
#container4 h1
{
    margin-top: 40px;
    margin-left: 200px;
    font-weight: 700;
    font-size: 45;
    font-family: 'Kaisei HarunoUmi', serif;
}
#container6 p
{
    font-family:'Poppins';
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 30px;
    font-size: 18;
    line-height: 1.3;
}
#container6 h1
{
    margin-top: 40px;
    margin-left: 200px;
    font-weight: 700;
    font-size: 45;
    font-family: 'Kaisei HarunoUmi', serif;
}
#container6 p #s1
{
    font-size: 26;
    font-weight: bold;
}
#container6 p #s2
{
    font-size: 24;
    font-weight: bold;
}
#container7 h1
{
    margin-top: 40px;
    margin-left: 200px;
    font-weight: 700;
    font-size: 45;
    font-family: 'Kaisei HarunoUmi', serif;
}
#container7 p
{
    font-family:'Poppins';
    margin-left: 150px;
    margin-right: 150px;
    font-size: 22;
}
.container12 img
{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.container13a h4
{
    font-size: 24;
    font-family: 'Poppins';
    color: white;
    text-align: center;
    padding-top: 430px;
    font-weight: bold;
}
.container13b h4
{
    font-size: 24;
    font-family: 'Poppins';
    color: white;
    text-align: center;
    padding-top: 400px;
    font-weight: bold;
}
#content10 a
{
    text-decoration: none;
    color: white;
}
#content10 a:hover
{
    color: yellow;
    font-weight: bold;
}
#content12 a
{
    text-decoration: none;
    color: white;
}
#content12 a:hover
{
    color: yellow;
    font-weight: bold;
}

