body{
    background-color: rgb(255, 245, 238);
    font-family: Arial, sans-serif
}
h1{
    text-align: center;
}
h2{
    text-align: center;
}
a.button{
    font-size: 15px;
    color: rgb(0, 0, 0);
    background-color: rgb(250, 235, 215);
    text-decoration: none; 
    text-decoration-color: rgb(0, 0, 0);
    border-radius: 20px;
    border: 3px solid rgb(100 , 92 , 82);
    padding: 11px   ;
    margin: 4px;
    cursor: pointer; 
    
}

a.button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(241, 212, 176);
    text-decoration:none; 
    cursor:pointer; 
    position: relative;
    transition: 0.2s;
}
p{
    font-size: large; 
    text-decoration: none;
    text-decoration-color: black;
    color: black;
}
iframe{
    border: 1px solid black;
    cursor: pointer ;   
}
iframe.m{
    border: 2px solid black;
    display: grid; 
    margin: 0 auto;
}
ul{
list-style-type: none;
padding: 0;
margin: 0;
text-align: right;
}

li{
background-repeat: no-repeat;
background-position: 100% .4em;
padding-right: .6em;
}
.footer{ 
    position: relative;     
    text-align: left;    
    bottom: 0px; 
    width: 100%;
    font-size: large;
    font-weight: bold;
}  
.kfooter{ 
    position: fixed;     
    text-align: left;    
    bottom: 0px; 
    width: 100%;
    font-size: large;
    font-weight: bold;
}  
img.r{
    border: 2px solid black ;
    float: right;
    
}
