body {
    background-image: url("pictures/spring_bg.webp");
}

div {
    background-color: #f6caca;
    margin: 100px 200px;
    padding: 10px;
    border-radius: 20px;
    line-height: 1.5;
}

h1 {
    text-align: center;
    font-size: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #192e67;
    text-shadow: ;
}

p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: white;
    text-shadow:
   -1px -1px 0 #192e67,  
    1px -1px 0 #192e67,
    -1px 1px 0 #192e67,
     1px 1px 0 #192e67; 
}

a {
    color: #64cce9;
    transition: font-size 0.5s;
}

img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

a:hover {
    font-size: 27px;
}
