@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hi+Melody&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url(fonts.css);

/* Kirby - https://www.cursors-4u.com/cursor/kirby-walking-13 */
* {
  cursor: url('https://cdn.cursors-4u.net/css-previews/flashy-colorful-purple-pink-star-4-902fe9d4-css.webp') 0 0, auto !important;
}
html{
     scrollbar-color: #edffb9 #7ed6f3 ;
}
html::selection{
     color: rgb(131, 87, 185);
     background-color: #edffb9 ;
     text-shadow: 1px 1px 2px rgb(131, 87, 185);
}
body{
    width: 100%;
    background-image: url(https://64.media.tumblr.com/7d0d1f4b79376bf680d45fa3e4b99a77/tumblr_inline_ml7zm7Bwl81qz4rgp.bmp);
}
header {
    width: 100%;
    height: 100px;
    background-size: 20%;
    display: flex;
    border-radius: 10px;
    background-color: #ffb9ed;
    border: #fc8ae0 1px dotted;
   

}

header p {
    font-family: "basic", sans-serif;
    align-content: end;
    margin-left: 80%;
    color: #8d93cb;
    margin-bottom: 200px;
}
footer {
    background-image: url(https://64.media.tumblr.com/d9833892395a9801c395962f37d10023/tumblr_inline_ml7ysdOPK21qz4rgp.bmp);
    background-size: 10%;
    height: 150px;
    display: flex;
    text-align: center;
   margin-top: 70px;
    border: #86F8FC 2px dotted;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
}

footer p {

    font-family: 'cursive';
    color: #edffb9;
    font-size: 40px;
}
/* ---------------BOX1-------------- */
.flex{
    display: flex;
}
.box1{
    width: 490px;
    height: 550px;
    background-color: #edffb9;
    margin: 25px;
  border: #acd434 1px dotted;
    border-radius: 8px;
}
.box2{
    width: 1500px;
    height: 550px;
    margin: 25px;
     background-color: #b9edff ;
    border-radius: 8px;
    border: #7ed6f3 1px dotted;
}


/* ---------MENU--------- */
 nav {
    text-decoration: none;
}

 ul {

    text-decoration: none;
    list-style: none;
}

 li {
    margin-left: -20px;
    margin-top: 10px;
    font-family: grape;
    font-weight: 400;
    font-size: 45px;


}

li a {
    text-decoration: none;
    color: rgb(131, 87, 185);
}

li a:hover {
    color: rgb(101, 65, 146);
}
/* -----------------TOP--------------- */
.talking{
    font-family: virale;
    margin: 10px;
}
button{
    width: 200px;
    height: 50px;
    margin-top: 5px;
    background-color: #edffb9;
    border: #acd434 1px dotted;
    color: rgb(131, 87, 185);
    font-family: vcr;
    font-size: 20px;
}
button:hover{
    background-color: #e1f6a2;
   border: #acd434 1px dotted;
    color: rgb(113, 73, 162);
    font-family: vcr;
    font-size: 20px;
}
.stamps{
    margin: 25px;
    width: 500px;
   
}
.stamps img{
     transition: transform 0.10s ease;
     margin: 10px;
}
.stamps img:hover{
    transform: scale(1.2);
}
/* ------------BOX3---------- */
.talking2{
    color: #e47494;
    font-family: punk2;
    margin: 10px;
    font-size: 25px;
}

.stamps2 a{
    font-size: 40px;
    font-family: punk2;
    text-decoration: none;
    color: #89f776;
    margin: 20px;
    margin-top: 25px;
}
.stamps2 a:hover{
    color: #fb81a3;
}
.box2 p{
    font-family: web;
    color: #391219;
}
.box2 p a{
    color: #662b35;
}
.box2 p a:hover{
    color: #391219;
}