body {
    background: url("../Images/frozentree.jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 5px;
    font-family: 'Sansita Swashed', cursive;
}

Strong {
    color:  rgb(168, 166, 166);
    text-size-adjust: 30px;
  }
  
h1 {
    font-size: 25px;
}

p1 {
    font-size: 15px;
}

p3{
    font-size: 13px;
}

p4{
    font-size: 13px;
}
h2 {
    font-size: 20px;
}

h3 {
    margin-top: 10px;
    font-size: 18px;
}

p2 {
    font-size: 14px;
    font-style: bold;
}
h4{
    margin-top: 10px;
    font-size: 18px;
}

p10{
    font-size: 14px;
}

ul{
font-size: 13px;
}

footer {
    margin-top: 200px;
    background-color: rgb(168, 166, 166);
  }
 