@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;
}

h3{
    text-align: center;
    color:cadetblue;
    border-style:dashed;
    border-color: darkgoldenrod;
}

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

img.SS1{
    width: 576px;
    height: 324px;
}

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

.name{
    background: linear-gradient(90deg, #109e10, rgba(209,205,209, .7));
    color:khaki;
    padding: 0.3em;
    text-align: left;
}

img.SS2{
    width: 704px;
    height: 396px;
    margin-left: 25px;
}

table{
    width: 100%;
    border-spacing: 0;
}
  
table th{
    border-bottom: solid 2px #fb5144;
    padding: 10px 0;
}
  
table td{
    border-bottom: solid 2px #ddd;
    text-align: center;
    padding: 10px 0;
}
