body{
    background-image: url(../media/background/piano1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h2{
    margin-top: 100px;
    margin-bottom: 100px;
    color:black;
    -webkit-text-stroke: 0.5px #ffffff;
    font-size: 100px;
    padding-left: 50px;
}

p,ul{
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-bottom: 0 !important;
    color:black; 
    font-size: 25px;
    background-color: white;
}



p.source{
    font-size: 15px;
    text-align: center;
}

a.current{
    color: red !important; 
    font-style: italic;
}

th.center{
    padding: 0 350px
}

.center{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    color: white;
    background-color: black;
    
}

a.center_link:visited, a.source:visited {
    color: purple; 
  }

a.center_link:hover, a.source:hover{
    color: red; 
  }

.title{
    margin-top: 100px;
    margin-bottom: 100px;
    color:black;
    -webkit-text-stroke: 2px #ffffff;
    text-align: center;
    font-size: 100px;
}

figcaption{
    background-color: black;
    color: white;
    text-align: center;
}

.form{
    padding-left: 50px;
    color:black;
    font-size: 10px;
    background-color: white;
    text-align: center;
}

.flex{
    margin-top: 100px;
    margin-bottom: 50px;
}

.flex_surround{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 1000px;
    text-align: justify;
}

table.wrap{
    padding: 6px;
    padding-left: 50px;
    color:black;
    font-size: 25px;
    background-color: white;
    margin-right: 50px;
    margin-top: 10px;
    border: 1px solid black;

}

table.wrap td {
    border: 1px solid black;
    padding: 6px;
  }

.video_embed{
    margin: 0 auto;
    position: relative; 
    width: 560px;
    max-width: 100%; 
    cursor: pointer;
}

.video_thumb{
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px; color: white;
    pointer-events: none;
}

.video_desc{
    text-align: center;
    font-style: italic;
    font-size: 20px;
}

@media print {
  .no_print {
    display: none !important;
  }
  .print_small{
    width: 200px !important;
  }
}






