body {
    background-color: skyblue;
    background-image: url('https://static.vecteezy.com/system/resources/previews/036/098/213/non_2x/ai-generated-golden-pine-cones-on-a-christmas-background-photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

div {
    font-size: 23px;
    color: white;
}

h1 {
    font-size: 38px;
    color: #ebf5fb;

}

h3 {
    color: white;
    text-align: center;
    font-size: 23px;
}

img {
    border:5px white dashed;
    padding: 10px;
 
}

p {
    font-size: 20px;
    color: white;
   
}

h1 { 
    background-color:#2980b9;
    text-align: center;
}



  

h2 {
    font-family: "TimesNewRoman", Times, serif;
    text-align: right;
    font-size: 26px;
    color: white;
    
}

h4 {
    font-size:35px;
    color: white;
     background-color:black;
    text-align: center;
}

a {
    color:white;
    background-color:black;
    font-size:20px;
}

ol {
    font-size: 20px;
    color: white;
}

mark {
    background-color:#2980b9;
    color: white;
}