.medieval{
    font-family: "New Rocker", sans-serif;
    color: red;
    text-shadow: 4px 4px 2px black;
}

.tiny {
    font-family: "verdana", sans-serif;
    text-decoration-line: line-through;
    font-size: 70px;
    color: gray;
}

html{
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: linear-gradient(to top, rgba(148, 9, 46, 1), rgba(37, 27, 82, 1));
    font-family: "verdana", sans-serif;
}

body{
    width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    min-height: 10vh;
    background-color: #b5b5b5;
    font-family: "verdana", sans-serif;
    color: white;
}

header{
    width: 100%;
    height:auto;
    
    font-size: 80px;
    text-align: center;
    font-family: "New Rocker", sans-serif;
    text-shadow: 4px 4px 2px black;
    color: red;
    
    padding-top: 1rem;
    padding-bottom: 1rem;
}

footer{
    width: 100%;
    height: auto;
    
    font-size: 15px;
    text-align: center;
    font-family: "verdana", sans-serif;
    color: rgb(24, 39, 64);
    
    padding-top: 10px;
    padding-bottom: 10px;
    
    background-color: rgb(18, 18, 41);
}

h1,h2,h3,h4,h5,h6,p,div,img,a{
    margin: 10px;
}

a{
    color: inherit;
}

#grad{
    background-image: linear-gradient(to bottom, rgba(148, 9, 46, 1), rgba(37, 27, 82, 1));
}
#ui{
    background-image: linear-gradient(to bottom, rgba(18, 18, 41, 1 ), 60%, rgba(37, 27, 82, 1), 90%, rgba(148, 9, 46, 1));
}
#body{
    background-image: linear-gradient(to bottom, rgba(10, 10, 43, 1 ), 20%, rgba(78, 78, 150, 1));
}

.fitpicture {
  width: 250px;
}