@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 */
body, a, a:hover { cursor:url(’https://64.media.tumblr.com/b1276635f5b5c2bf1a2ac2137d7754e7/bd0ae8e24002ad45-5c/s75x75_c1/b87b9a4821ec40a1886e3a919ef7672a51700e31.png’), auto }

html{
     scrollbar-color: rgb(182, 242, 251) #542e24;
}
html::selection{
     color: rgb(182, 242, 251);
     background-color: #542e24;
     text-shadow: 1px 1px 3px rgb(182, 242, 251);
}
body{
    background-color: #E7E0CE;
}
header {
    width: 100%;
    height: 100px;
    background-image: url('https://i.pinimg.com/736x/76/a8/b9/76a8b91e048186406d23cc95f781b944.jpg');

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

}

header p {
    font-family: "basic", sans-serif;
    align-content: end;
    margin-left: 70%;
}
footer {
    background-image: url(patterns/plaidmint.jpeg);
    background-size: 50%;
    height: 150px;
    display: flex;
    text-align: center;
    margin-top: 70px;
    border: #452508 5px solid;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
}

footer p {

    font-family: daydream;
    color: #5f2a07;
    font-size: 30px;
}
/* ---------------BOX1-------------- */
.flex{
    display: flex;
}
.box1{
    width: 490px;
    height: 550px;
    background-color: rgb(207, 233, 227);
    margin: 25px;
  
    border-radius: 8px;
}
.box2{
    width: 1500px;
    height: 550px;
    margin: 25px;
    background-color: #bba19b;
    border-radius: 8px;
}


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

 ul {

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

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


}

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

li a:hover {
    color: #523827;
}
/* -----------------TOP--------------- */
.talking{
    font-family: virale;
    margin: 10px;
}
button{
    width: 200px;
    height: 50px;
    margin-top: 5px;
    background-color: rgb(207, 233, 227);
    border: #523f29 1px solid;
    color: #694a47;
    font-family: daydream;
    font-size: 15px;
}
button:hover{
    background-color: rgb(175, 222, 210);
    border: #523f29 1px solid;
    color: #694a47  ;
    font-family: daydream;
    font-size: 15px;
}
.stamps{
    margin: 25px;
    width: 500px;
   
}
.stamps img{
     transition: transform 0.10s ease;
}
.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;
}