.container {
    text-align: center;
    margin-top: 70px;
    display: block;
}

.polaroid {
    display: inline-block;
    position:relative;
    padding: 25px;
    padding-bottom: 90px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
    rotate: 1deg;
    margin-bottom: 37px;
}

.polaroid img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 450px;
    border-radius: 2px;
    display: block;
}


button {
    color: rgb(0, 0, 0);
    background-color: rgb(244, 248, 251);
    border: 2.5px solid #000;
    padding: 14px 30px 14px 30px;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    border-radius: 30px 2px 30% 3px / 4px 10px 3px 30px;
    font-family: Permanent Marker;
    font-weight: 500;
}

button:hover {
    border: 3.5px solid #000;
    cursor: url('taiyaki.png'), pointer;
    transition: 0.1s;
}

h1 {
    font-family: Permanent Marker;
    font-size: 3rem;
    

}

p {
    font-family: Inter;
    font-size: 1rem;
    color: rgb(77, 77, 77);
    margin-bottom: 30px;
}

body {
    background-color: rgb(244, 248, 251);
    cursor: url('taiyaki.png'), pointer;
}

.head {
    cursor: url('taiyaki.png'), pointer;
}

html {
    cursor: url('taiyaki.png'), pointer;
}
