*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Cormorant";
    
}

body {
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style:italic;
    background-repeat: no-repeat;
    height: 100;
    padding: 0%;
    margin: 0%;
  }
.logo{
    font-size: 340%;
    font-weight:900,bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 2rem;
    text-shadow: rgba(253, 253, 253, 0.77) 0px 0px 39px;
    
}
nav{
    display: flex;
    justify-content:space-around;
    align-items: center;
    background-color: #9558ce07;
    padding: 10px;
    margin-top: 0%;
    z-index: 1000;
    -webkit-box-shadow:0px 0px 47px 3px rgb(255, 255, 255);
-moz-box-shadow: 0px 0px 47px 3px rgba(149,88,206,1);
box-shadow: 0px 0px 47px 3px rgb(213, 168, 255);
}
nav{
    background-color: #887eac;
    z-index: -1;
}
.items a{
    margin: 2rem,5rem;
    justify-content:space-evenly;
    align-items: center;
    padding-right: 12px;
    padding-left: 12px;
    text-decoration: none;
    color: #A3B9C9;
    font-size: large;
    transition: background-color 0.5s;
    border-radius: 30px;
    border: #A3B9C9;
    border-style:solid;
    border-width: 1px;
}
.items a:hover{
    color: #000000;
    text-decoration: wavy;
    background-color: #abdae1a9;
    border-radius: 30px;
    -webkit-box-shadow:0px 0px 22px 3px rgba(255,255,255,0.59);
-moz-box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.59);
box-shadow: 0px 0px 22px 3px rgba(255,255,255,0.59);
}
marquee{
    background-color: #b1a6d8d3;
    color: rgb(0, 0, 0);
    white-space:nowrap;
    overflow: hidden;
    width: 100vw;
}
.home{
    background-color: #A3B9C9;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    padding: 20px; 
    width: 100vw;
    height: 100vh;
   
}
.hobby {
    display:flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    background-color: #89e7a1;
    padding: 20px,30px; 
    width: 100vw;
    height: 100vh;
}
.interest{
    display:flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    background-color: #d3e789;
    padding: 20px; 
    width: 100vw;
    height: 100vh;
}
.blogs{
    display:flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    background-color: #ffa19a;
    padding: 20px; 
    width: 100vw;
    height: 100vh;
}
.footer{
  display: flex;
  justify-content: center;
}
h1{
    padding: 50px 0.3rem;;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
}
h3{
    padding: 50px 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
