body{
    margin: 0;
    background-image: url("lifestyle2.avif");
    background-repeat: no-repeat;
    background-size: 2000px 1000px;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 22px;
   /* background-color: aqua;*/
   font-variant: small-caps;
}
ul li{
    float: left;
}
ul li a{
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
ul li a:hover{
    background-color: blueviolet;
    color: white;
}
h1{
    color: #FF0066;
    text-align: center;
    text-shadow: 2px 2px 5px #EA5B6F;
    font-size: 35px;
}
.box{
    margin-top: 50px;
    margin-left: 800px;
    padding: 10px;
    height: 400px;
    width: 500px;
    border-style: double;
    border-color: red;
    border-width: 6px;
    color: black;
    border-radius: 50px 10px  50px 10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
p{
    float: left;
    font-size: 22px;
    text-align: center;
    margin-top: auto;
    color: blue;
    margin-left: 20px;
}
a:hover {
  color: yellow;
  font-size: 18px;
}
