@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/previews/nintendo-game-boy-pocket-e1353550-32.webp') 32 32, auto !important;
}

html{
     scrollbar-color: #ffdbed #8d93cb ;
}
html::selection{
     color: #5b629b;
     background-color: #f7769b;
     text-shadow: 1px 1px 2px #5b629b;
}
body{
    background-color: #ffeef6;
}
header {
    width: 100%;
    height: 100px;
    background-image: url('patterns/stripes.png');

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

}

header p {
    font-family: "basic", sans-serif;
    align-content: end;
    margin-left: 70%;
}
footer {
    background-image: url(images-more/bluestripeslow.png);
    background-size: 50%;
    height: 150px;
    display: flex;
    text-align: center;
   
    border: #f7769b 5px dashed;
    border-radius: 10px;
    align-content: center;
    justify-content: center;
}

footer p {

    font-family: 'cursive';
    color: #f7769b;
    font-size: 30px;
}
