@charset "utf-8";

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 60px;
    background: #FFCCFF;
    display: inline-block;
    vertical-align: middle;
}

header.logo{
    padding: 0 20px;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2em;
}

header ul{
    padding: 0 30px;
}

header li{
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    letter-spacing: 1em;
}

header li a{
    color: #000;
}

header li a:hover{
    text-decoration: underline;
}

body{
    background-color: lightpink;
    font-size:large;
    margin-left: 15px;
}

h1{
    font-size:56px;
    font-family: 'Amatic SC' , cursive;
    text-align: center;
    color: #FFFF99;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    border-bottom-width: 10px;
}

h2{
    font-family: 'Amatic SC' , cursive;
    text-align: center;
    color: #FF6633;
}

img.SS1{
    width:1120px;
    height:630px;
}

.flex1{
    display: flex;
    padding: 10px;
}
.flex1 .fltext1{
    margin-left: 20px;
    padding: 10px;
}

img.SS2{
    width: 480px;
    height: 270px;
}

.line1{
    color:rgb(255, 234, 0);
    font-weight: bold;
}

.line2{
    color:firebrick;
    font-weight: bold;
}

.flex2{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

img.SS3{
    width: 352px;
    height: 198px;
}

h3{
    color:rgb(0, 89, 255);
}

img.SS4{
    width: 1184px;
    height: 666px;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    border-bottom-width: 10px;
}

img.SS5{
    width: 1184px;
    height: 666px;
}

.p1{
    margin-left: 20px;
    border-left-style: double;
    border-left-color: burlywood;
    border-left-width: 15px;
}

.center1{
    text-align: center;
}

.lust{
    text-align: center;
}