body{
    background-image: url(back_paper_noize.jpg);
    padding-top: 90px;
    background-position: center center;
    background-size: 100%;
    background-repeat: repeat;
    background-attachment:fixed;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
    padding: 0%;
}

H1{
    font-family: "Josefin Slab", serif;
    color: #222222;
    font-size: 2rem;
}

H2{
    font-family: "Josefin Slab", serif;
    color: #222222;
}


header li a {
    text-decoration: none;
    font-family: "Josefin Slab", serif;
    color: #ffffff;
}

main{
    text-align: center;
}


#main_logo{
    margin: 30px auto 30px;
    width: 60%;
    min-width: 375px;
    font-family: "Josefin Slab", serif;
    color: #222222;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}



.logo_img{
    margin: auto auto 3px auto;
}



.box{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding-left: 0px;

}

.containar{
    width: 240px;
    height: 240px;
}
.circle {
    position: relative;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50% ;
    width: 200px;
    height: 200px;
    margin: 20px;
    background-color:#222222;

    animation-fill-mode:forwards;
    animation-duration: 2s;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
    animation-direction:alternate;  

}


.circle:hover{
    transform: translateY(-5px);
}

.circle a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50% ;
    text-align: center;
    font-family: "Josefin Slab", serif;
    color: #ffffff;
}

.circle a:hover{
    opacity: 0.5;
}

.circle dt{
    font-size: 18px;
    text-shadow: 2px 2px #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.circle dd{
    text-align: center;
    font-family: "Josefin Slab", serif;
    color: #ffffff;
    font-size: 15px;
    text-shadow: 2px 2px #000000;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


#contents{
    margin-top: 60px;

}

#latest{
    margin-top: 80px;
    text-align: center;
    color: #222222;
}

#latest h2{
    margin-bottom: 24px;
}

footer{
    margin-top: 80px;
    text-align: center;
    color: #222222;
    margin-bottom: 40px;
    font-family: "Josefin Slab", serif;
}

footer a{
    text-decoration: none;
    color: #222222;
    font-family: "Josefin Slab", serif;
    font-weight: 500;
}

.copyright{
    margin-top: 36px;
    font-weight: 500;
}

/*artist page*/

.artist-section{
    text-align: center;
    margin: 0px auto;
    width: 100%;
    max-width: 480px;
}

.artist-block{
    text-align: center;
    padding: 20px;
}
.artist-name{
    color: #222222;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding: auto 20px;
    width: fit-content;
    border-bottom: #222222 solid 1px;
}
.artist-name h2{
    color: #222222;
    font-weight: 500;
    margin: auto;

}



.artist-img{
    display: inline;
    border-radius: 20px;
}

.artist-description{
    margin-top:16px;
    margin-bottom: 60px;
    padding: 20px ;
    text-decoration: none;
    color: #222222;
    font-family: "Josefin Slab", serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 20px;
    background-color: rgba(240, 240, 240, 0.8);
}

.artist-link{
    color: cornflowerblue;
}

.artist-description h3{

    margin-top: 32px;
    font-size: 1.2rem;
    font-weight: 400;
}

.artist-description a{
    display: block;
}



/*TimeTable*/

#description-section{
    text-align: center;
}

#tool-section{
    text-align: center;
}
#tool-section h1{
    margin: 40px;
}


.tool-description{
    color: #222222;
    font-family: "Josefin Slab", serif;
    font-weight: 600;
}


.timeline-unit {
    border: solid 1px;
    border-radius: 5px;
    border-color:#222222;
    margin: 8px auto;
    padding:8px;
    width: 336px;
    color: #222222;
    display: block;
    font-family: "Josefin Slab", serif;
}
.timeline-unit:hover {
    border-color:mediumaquamarine;
}
.list-number{
    font-size: 20pt;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    margin: auto 10px auto auto;
    text-align: center;
    width: 30;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 0;
}

.timeline-unit > div > p {
    font-size: 12px;
    margin: 0px;
    font-weight: 700;
}
#start-hour-input{
    font-size: 14px;
    height: 24px;
    width: 40px;
    margin: auto 0px;
    display:inline-block;
}
#start-minute-input{
    font-size: 14px;
    height: 24px;
    width: 40px;
    margin: auto 0px;
    display:inline-block;
}

.next-time{
    height: 24px;
    width: 100px;
    margin: auto 0px;
    display:inline-block;
    color:#222222;
}
.next-time > p{
    display: inline-block;
    font-size: 18px;
    margin: -0.5px 0px;
} 
.play-minute{
    font-size: 14px;
    height: 24px;
    width: 48px;
}
.act-name{
    font-size: 14px;
    height: 24px;
    width: 64px;
    margin: auto 0px;
}

.start-time-wrap{
    height: 40px;
    display:inline-block;
    margin:auto;
    width:100px;
    vertical-align: middle;
}
.play-time-wrap{
    height: 40px;
    margin: auto 0px;
    font-size: 10pt;
    vertical-align: middle;
}
.act-name-wrap{
    height: 40px;
    margin: auto;
    width: 80px;
    vertical-align: middle;
}
#end-time-unit{
    display: inline;
    margin:auto 10px;
    width:120px;
    font-family: "Josefin Slab", serif;
}
#end-time-unit > p{
    display: inline-block;
    margin: 10px auto;
    font-size: 18px;
    font-weight: 600;
}


#add-btn{
    font-size: 17px;
    color: #222222;
    font-family: "Josefin Slab", serif;
    padding: 0.2em 0.8em;
    background-color: #ffffff;
    border-radius: 1em;
    text-align: center;
    height: 34px;
    width: 50px;
    border: 1px solid #222222;
}
#remove-btn{
    font-size: 17px;
    color: #222222;
    font-family: "Josefin Slab", serif;
    padding: 0.2em 0.8em;
    background-color: #ffffff;
    border-radius: 1em;
    text-align: center;
    height: 34px;
    width: 50px;
    border: 1px solid #222222;
}
#enter-btn{
    font-size: 17px;
    color: #ffffff;
    font-family: "Josefin Slab", serif;
    padding: 0.2em 0.8em;
    background-color: #222222;
    border-color: #222222;
    border-radius: 1em;
    height: 34px;
    border: 1px solid #222222;
}
#copy-btn{
    font-size: 17px;
    color: #ffffff;
    font-family: "Josefin Slab", serif;
    padding: 0.2em 0.8em;
    background-color: #222222;
    border-color: #222222;
    border-radius: 1em;
    height: 34px;
    border: 1px solid #222222;
}

#input-section{
    margin-top: 80px;

}

#button-section{
    margin: 0.5em auto; 
}
#output-section{
    margin: 40px auto 10px;
}
#output-section h3{
    margin: 10px auto;
    font-family: "Josefin Slab", serif;
}
#output-area{
    background-color: #ffffff;
    width:280px;
    min-height: 30px;
    padding:12px;
    margin: 0px auto;
    text-align: left;

}
#output-area p{
    font-family: "Josefin Slab", serif;
    font-size: 14px;
    color:rgb(20, 13, 13);
}