@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);


* {
  cursor: url('https://cdn.cursors-4u.net/css-previews/strawberry-on-top-of-cupcake-1e78f220-css.webp') 0 0, auto !important;
}

html{
     scrollbar-color: #ffdbed #8d93cb ;
}
html::selection{
     color: #de4772;
     background-color: #f7ce42;
     text-shadow: 1px 1px 2px #de4772;
}
body{
    background-color: #fffbf8;
}
header {
    width: 100%;
    height: 70px;
    background-image: url('patterns/funky.png');

    background-size: 20%;
    display: flex;
    border: #de4772 2px dashed;
    border-radius: 10px;

}

header p {
    font-family: "basic", sans-serif;
    align-content: end;
    margin-left: 10%;
    width: 100px;
    font-size: 10px;
    color: #a182a2;
}
footer {
    background-image: url(patterns/knitting.png);
    background-size: 50%;
    height: 150px;
    display: flex;
    text-align: center;
  
    border: #65accc 2px dashed;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
}

footer p {

    font-family: 'poti';
    color: #5c3b5e;
    font-size: 50px;
}
/* ---------------BOX1-------------- */
.flex{
    display: flex;
}
.box1{
    width: 490px;
    height: 550px;
    background-color: #c1cc8d;
    margin: 25px;
 border: 1px solid #aab475;
    border-radius: 8px;
}
.box2{
    width: 1500px;
    height: 550px;
    margin: 25px;
     background-color: #f18ba0 ;
    border-radius: 8px;
   border: #ea5d88 1px solid;
}


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

 ul {

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

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


}

li a {
    text-decoration: none;
    color: #de4772;
}

li a:hover {
    color: #653e66;
}
/* -----------------TOP--------------- */
.talking{
    font-family: virale;
    margin: 10px;
}
button{
    width: 200px;
    height: 50px;
    margin-top: 5px;
    background-color: #86d0d9;
     border: #f6ba71  1px solid;
    color: #a182a2;
    font-family: romantic;
    font-size: 20px;
}
button:hover{
    background-color: #7ac1ca;
   border: #eda956 1px dotted;
    color: #795b7a;
    font-family: romantic;
    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;
}