@font-face {
  font-family: 'MT_TARE';
  src: url(../../../texts/fonts/MT_TARE.ttf);
}

p {
  font-family: myFont;
}

body {
background-image: url('../../../backgrounds/myphotos/dither/green.png');
background-repeat: repeat;
background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    text-align: center;
}

/* ------------ yayaya -------------- */

.corkboard {
    width: fit-content;
    border-width: 12px;
    border-style: solid;
    border-image: url("../../../borders/chocolate.gif") 9 fill round;
}

.cork-inside {
    display: block;
    width: 1350px;
    height: fit-content;
    margin: auto;
    justify-content: center;
    background-image: url(../../../backgrounds/wine-cork.png);
    background-color: #af874a;
    border-radius: 7px;
    padding: 50px 20px 10px 20px;
}

/* ------------ header -------------- */

#dangle {
    image-rendering: pixelated;
    height: 300px;
    width: auto;
    position: fixed;
    top: 18px;
    left: 75px;
}

.title {
    margin-bottom: -58px;
    margin-left: 36px;
    height: fit-content;
    display: flex;
    position: relative;
}

#divider {
    image-rendering: pixelated;
    width: 682px;
    position: absolute;
    left: 680px;
    top: 55px;
}

/* ------------ content -------------- */

#images-wrapper {    
   line-height: 0;       
    -webkit-column-count: 5;    
    -webkit-column-gap: 0px;    
    -moz-column-count: 5;
    -moz-column-gap: 0px;
     column-count: 5;    
     column-gap: 10px;
}  
#images-wrapper img {    
   width: 100%;    
   height: auto;
   margin-bottom: 10px;  
}  
#images-wrapper{    
   display:inline-block;    
   margin-right: auto;    
   margin-left: auto;  
}

.top {
    display: flex;
    margin-bottom: 12px;
    gap: 10px;
}

#ppg {
    background-color: white;
    padding: 2px 0 5px 0;
}

/* ------------ column 1 (tarot) -------------- */

#tarot-div {
    width: 180px;
    image-rendering: pixelated;
    margin-top: 12px;
}

#wait {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 12px 0 10px 0;
}

/* ------------ column 3 (info) -------------- */

h3.info-text {
    margin-top: 30px;
    width: 210px;
    font-family: MT_TARE;
    line-height: 1.4;
}


.info {
    border-radius: 7px;
    height: 212px;
    width: 300px;
    background-image: url(../../../frames/pinknote.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pin-info img {
    display: flex;
    width: 300px;
    height: auto;
    margin: 12px 0 12px 0;
}

#div {
    image-rendering: pixelated;
}

/* ------------ column 4 (pink & apples) -------------- */

.banners-right {
    margin-top: -35px;
}

.banners-right img {
    padding-bottom: 10px;
    display: flex;
    width: 350px;
}

/* ------------ column 5 (graphics) -------------- */

#gyaru {
    margin-top: -10px;
}

#monkey {
    padding: 6px;
}

/* ----------footer----------- */

.footer {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

#footerimg {
    height: 18px;
    width: auto;
    padding-left: 5px;
}

p.footer {
    background-image: linear-gradient(#e0afc0, #cd5f80);
    border-radius: 9px;
    color: #062403;
    font-family: Tahoma, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 53px;
    width: 400px;
}

.footer a:link {
    text-decoration: none;
    color: #062403;
}

.footer a:hover {
    color:#32752b;
    text-decoration: underline;
}

.footer a:visited {
    color: #062403;
}