body{
    background-image: url(images/pn01.jpg), linear-gradient(to bottom, #f9e4ec 0%,#f8dae5 100%);
    background-blend-mode: overlay;
    background-size: 25%;
    background-attachment: fixed;
    font-family: century gothic;
    font-size: 12px;
    color: #2a1c1c;
    display: flex;
}

* {cursor: url(https://cur.cursors-4u.net/cursors/cur-7/cur671.cur), auto !important;} 

::selection{
    background-color: #f6bfca;
}

@font-face {
    font-family: '256 Bytes' ;
    src: url(https://file.garden/Z1NrfbbjjD-R7zcB/fonts/256%20Bytes.otf) format("opentype");
}

@font-face {
    font-family: "Unispace";
    src: url(https://file.garden/Z1NrfbbjjD-R7zcB/fonts/Unispace%20Rg.otf) format("opentype");
}

.wrap{
    background-image: url(images/0d9dff79f8fd38bf60ab8597ecafead4.jpg);
    width: 46rem;
    margin: auto;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #d2849d;
    box-shadow: 1px 0px 10px #d2849d;
}

.btn{
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    top: 10px;
    position: sticky;
    border: 1px solid white;
    outline: 1px solid #cf546d;
    height: fit-content;
    padding: 10px;
    background: linear-gradient(to bottom, #fffcfe 0%,#f9c2d3 50%,#f69db6 51%,#fed3e1 100%);
    border-radius: 10px;
    color: #2a1c1c;
}

.btn:hover{
    color: white;
    background: linear-gradient(to bottom, #fdeff8 0%,#fcb8ce 50%,#fda1bb 51%,#ff97b8 100%);
}

header{
    background-color: white;
    margin: 0.5rem;
}

header h1{
    margin-bottom: 0;
}

.main{
    padding: 0.8rem;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #866b6b;
}

#intro{
    margin: 1rem;
}

.log img{
    width: 200px;
    height: 310px;
    margin: 15px;
}

.log{
    display: flex;
    flex-direction: row;
    margin: 0.5rem;
}

.log:hover{
    background-color: #faf1f4;
    color: #4b2222;
    box-shadow: inset 0px 0px 8px #d2849d;
    border-radius: 10px;
    transition: 0.2s ease;
}

.review{
    margin: 1rem;
}

h1{
    font-family: '256 Bytes' ;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0px 1px 3px #866b6b;
    color: #2a1c1c;
}

h2, h3{
    font-family: "Unispace";
    letter-spacing: 1px;
    color: #cf546d;
    text-shadow: 0px 0px 2px;
}

h2{
    font-size: 1.3rem;
    margin-top: 0.1rem;
}

.log:hover h2{
    letter-spacing: 0.2rem;
    transition: 0.2s ease;
}