*{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

body{
    background-image: url("../images/paper.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


h1{
    color: rgb(70, 37, 11);
    text-shadow: 2px 2px rgb(138, 92, 51);
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
}

h2{
    font-size: 35px;
}

h3{
    font-size: 30px;    
}

h4{
    font-size: 25px;
}

h2, h3, h4{
    text-shadow: 2px 2px rgb(206, 121, 11);
}


ins{
    color: rgb(99, 0, 0);
}

p {
    font-size: 20px;
    text-align: center;
    padding: 5px;
}

p.not-intro{
    background-image: linear-gradient(180deg, rgb(145, 70, 0), rgb(61, 33, 0));
    border-radius: 8px;
    padding: 10px;
    color: white;
    position: relative;
}



span{
    color: rgb(54, 208, 255);
}

audio{
    opacity: 0.7;
}

audio:hover{
    opacity:1;
}

.extra{
    text-align: center;
    border: 2px rgb(70, 37, 11);
    background-color: rgb(161, 90, 35);
    border-radius: 8px;
    padding: 5px;
    
}

.extra:hover{
     background-color: rgb(95, 53, 20);
     color: white;
}

.intro{
    text-align: center;
}


#hamlet-text{
    width: 100%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

#hamlet-text:hover{
    text-align: center;
    font-size: 20px;
}



.pictures{
     display: flex;
     justify-content: center;
}

del, abbr{
    color:rgb(253, 0, 0);
}

@keyframes trial{
  0%   {background-color: rgb(241, 87, 255);}
  25%  {background-color: rgb(102, 85, 255);}
  50%  {background-color: rgb(155, 255, 62);}
  75%  {background-color: rgb(255, 170, 60);}
  100% {background-color: rgb(253, 57, 57);}
}

dl{
    font-size: 20px;
    font-weight: bold;
    animation-duration: 10s;
    animation-name: trial;
    animation-iteration-count: infinite;
}

img{
    width: 300px;
    height: 300px;
    padding: 2px;
}

img:hover{
   border: 3px solid blue;
   
}

#soodle{
    width: 250px;
    height: 300px;
}


.div-table{
    padding-top: 5px;
    padding-bottom: 20px;
}

table, th, td{
    border: 2px solid black;
    align-items: center;
    padding: 2px;
}

.table-center{
    margin-left: auto;
    margin-right: auto;
}

h3, h4{
    text-align: center;
}


iframe {
    width: 80%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto;
    border: 3px solid rgb(70, 37, 11);
}

div > h2 {
    text-align: center;
}

.leadership{
    text-align: center;
    border: 2px rgb(70, 37, 11);
    background-color: rgb(161, 90, 35);
    border-radius: 8px;
    padding: 10px;
}

.leadership:hover{
    background-color: rgb(95, 53, 20);
    color: white;
}

ul.roles{
    display: inline-block;
    text-align: left;
}

.otto-drawings{
    text-align: center;
    
}

ol.title{
    display: inline-block;
    text-align: left;
}

li {
    font-size: 20px;
}

table{
    border-collapse:collapse;
    background-color:rgb(179, 126, 87);
}

th{
    color: rgb(94, 0, 0);
}

tr, th{ 
    text-align: center;
    font-weight: bold;
}

th, td{
    padding: 10px;
}



footer{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#insta-logo{
    width: 50px;
    height: 50px;
    border: transparent;
    display: inline-block;
    padding-bottom: 30px;
}

#no-underline{
    text-decoration: none;
    background-color: rgb(161, 90, 35);
    color: white;
    padding: 5px;
    border: 2px solid rgb(73, 38, 11);
    border-radius: 8px;
}

footer p{
    text-align: center;
}

