body{
    height: 1000;
    background-image: url(https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fwallup.net%2Fwp-content%2Fuploads%2F2016%2F05%2F25%2F251395-pattern.jpg&f=1&nofb=1&ipt=0b346dfd5ef952d6c8847ff4c02ce0211985ba66231e73cc323bd3d74364e466&ipo=images://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fs1.picswalls.com%2Fwallpapers%2F2014%2F07%2F24%2Fpattern-backgrounds_113041988_88.jpg&f=1&nofb=1&ipt=cd9243aa8bb7cc8847c77de267fa23264725d5e1b19208536983d7fa350414ea&ipo=images);
    background-repeat: no-repeat;
}

.title{
    background-image: url("Background.jpeg.png"); 
}

h1 {
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 4px;
    text-align: center;
    background-color: rgb(254, 255, 248);
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    width: 49%; 
    background-color: whitesmoke;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style:italic
}


.container {
    display: flex;
    align-items: center;
}

.img-container {
    flex-shrink: 0.6; 
    margin-right: 20px; 
}

.img-container img {
    max-width: 100%; 
    height: auto; 
    display: block;
}

.text-box {
    background-color: #f2f2f2; 
    padding: 20px; 
}

ol a{
    background-color: rgb(238, 248, 181); padding: 5px; border-style: double; border-width: 3px; border-color: black;
}

li a:hover{
    font:100 bold;
  background-image: url("https://i.pinimg.com/originals/ef/5e/4b/ef5e4b4d024c66b42311e337ae8ab4cc.gif");
    padding: 10px;
    -webkit-text-fill-color: beige;
  }

  ol a:hover{
    -webkit-text-fill-color: rgb(255, 255, 255);
  }