html {
    font-family: 'Cormorant Garamond', serif;
    background-image: url('images/background-sky.jpg');
}

p {
    font-family: 'DM Serif Display', serif;
}

h2 {
    font-family: 'Abril Fatface', serif;
}

.main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 0;
    min-height: 50vh;
}

.main-content {
    text-align: center;
    width: 515px;
    flex-grow: 1;
    background: #FFF4E6;
    border: 2px solid;
    border-image: linear-gradient(45deg, #F4C2C2, #FFF4E6) 1;
    padding: 10px;
    position: relative;
    border-width: 7px;
    border-radius: 12px; 
    box-shadow: 0 0 15px rgba(246, 193, 204, 0.5);
    z-index: 1;
}

.main-content::after {
  content: "";
  position: absolute;
  top: -4px; left: -4px; right: -4px; bottom: -4px;
  border: 2px dashed #FFF4E6;
  border-radius: 16px;
  pointer-events: none;
}


.side {
    left: 450px;
    top: 220px;
    height: 220px;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    position: relative;
    flex-grow: 1;
    border: 2px solid;
    border-image: linear-gradient(45deg, #F4C2C2, #FFF4E6) 1;
    border-width: 7px;
    border-radius: 12px; 
    width: 220px;
    padding: 15px;
    background: #FFF4E6;
    box-shadow: 0 0 15px rgba(246, 193, 204, 0.5);
}

.update {
    display: flex;
    flex-direction: column;
}

.updates {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.lace-bttm {
    position: absolute;
    top: 650px;
    height: auto;
    width: auto;
    z-index: 2;
}

.lace-top {
    position: absolute;
    top: 140px;
    height: 100px;
    width: 780px;
    left: 457px;
    z-index: 2;
}

ul {
    list-style: none;
    padding: 0;
}

/*stickers*/

#deer {
    position: absolute;
    top: 600px;
    left: 1170px;
    width: 150px;
    height: auto;
    animation: spin 4s linear infinite;
    z-index: 3;
}

#animegirl {
    position: absolute;
    top: 250px;
    left: 680px;
    width: 150px;
    height: auto;
    animation: spin 4s linear infinite;
    z-index: 3;
}