@font-face {
    font-family: 'rainyhearts'; 
    src: url('../resources/rainyhearts.ttf');
}
@font-face {
  font-family: 'pacifico';
  src: url('../resources/Pacifico.ttf');
}

* {
  cursor: url("../resources/cursor.gif"), auto !important;
}

a {
  text-decoration: none;
}

body {

    cursor: url("../resources/cursor.png"), auto;

    background-color:#ffeefe;
    display: inline;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.dividers {
    display: flex;
    justify-content: center;
}

.top {
    margin-top: 5px;
    display: flex;
    justify-content: center;
}

.top2 {
    display: none;
    justify-content: center;
}

.top img{
    width:250px;
    height:42px;
}



h1 {
    font-family: 'pacifico', sans-serif;
    color: #db3dc3;
    text-align: center;
    background-color: #ffbbd9;
    border-radius: 10px;
    margin:5px;
    margin-top: 8px;
}

p {
    font-family: 'rainyhearts', sans-serif;
    color: #4a4a4a;
    text-align: center;
    font-size: 20px;
    margin: 5px;
}

.image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.image img {
    max-width: 95%;
    border: 3px dotted #db3dc3;
    border-radius: 7px;
}

.stamps {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 3px;
    width: auto;
    height: 173px;
    overflow-y: auto;
}
.stamps img {
    max-width: 95%;
    border: none
}

@media only screen and (max-width: 450px) {
    h1{
        font-size: 20px;
    }

    .top {
    display: none;
    justify-content: center;
}

    .top2 {
        margin-top: 5px;
        display: flex;
        justify-content: center;
}

    .top2 img{
        width:220px;
        height:37px;
}
}