html {
    background-image: url(images2/pink%20ribbon%20stripes%20bg.png);
}

body {
    font-family: winkle;
    font-size: x-large;
    color: #da779c;
}
@font-face {
    font-family: winkle;
    src: url(winkle/Winkle-Regular.ttf);
}
#container {
    background-image: url(images2/light%20pink%20polka%20bg.gif);
    width: 900px;
    height: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    border: double #e49bad 5px;
}

#header {
    background-image: url(images2/edited%20header%20banner.gif);
    height: 210px;
    width: 850px;
    margin: auto;
    border-radius: 20px;
    margin-top: 20px;
    box-shadow: 0 0 5px 5px #e49bad;
}

#nav ul {
    list-style: none;
    text-align: left;
    position: relative;
    font-size: 21px;
    line-height: 0.92;
}
#nav {
    background-color: #fff4f5;
    background-image: url(images2/pink%20gradient.jpg);
    background-position: top;
    border-radius: 20px;
    width: 180px;
    padding: 7px;
    text-align: center;
    position: relative;
    top: 20px;
    left: 20px;
    border: ridge #e49bad 4px;
    float: left;
}
h3 {
    position: relative;
    top: 10px;
    text-decoration: solid underline #e49bad 3px;
}
#divider3 {
    position: absolute;
    right: 1px;
    height: 35px;
    bottom: 400px;
}
#umbrella {
    position: absolute;
    top: 42px;
    left: 20px;
}
#umbrella2 {
    position: absolute;
    top: 300px;
    left: 20px;
}
#main {
    background-color: #fff4f5;
    border-radius: 229px;
    width: 400px;
    height: 310px;
    float: right;
    position: relative;
    text-align: center;
    padding: 7px;
    top: 10px;
    right: 240px;
    border-width: 6px;
    border-style: solid;
    border-image: url("https://i.imgur.com/e3EPu48.png") 0 fill round;
    z-index: 2;
}
#welcome {
    position: relative;
    top: 7px;
    z-index: 20;
}
#lacedeco {
    position: relative;
    width: 370px;
    background-image: url(images2/pink%20ribbon%20divider.png);
    height: 19px;
    margin: auto;
    top: 4px;
    z-index: 11;
}

#maintext {
    width: 300px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 80px;
    z-index: 10;
}
#gradient {
    background-image: linear-gradient(pink, white);
    width: 380px;
    height: 275px;
    position: relative;
    left: 10px;
    bottom: 81px;
    z-index: 2;
}

#divider1 {
    width: 330px;
    padding: 3px;
    position: relative;
    left: 30px;
    z-index: 20;
}
#catwavegif {
    position: relative;
    bottom: 180px;
    z-index: 3;
    right: 190px;
}
p {
    line-height: 1;
    margin: auto;
    z-index: 10;
}
h4 {
    margin: 10px;
}
#news {
    background-color: #fff4f5;
    border-radius: 20px;
    width: 400px;
    height: 275px;
    float: right;
    position: relative;
    text-align: center;
    padding: 10px;
    top: 20px;
    right: 240px;
    border: ridge #e49bad 4px;
    font-size: 20px;
}
#footer {
    clear: both;
    width: 400px;
    background-color: #fff4f5;
    border-radius: 50px;
    text-align: center;
    border: double #e49bad 4px;
    position: relative;
    top: 70px;
    left: 240px;
    font-size: 20px;
}
#stamps {
    float: left;
    position: relative;
    top: 470px;
    right: 190px;
}
#stamps2 {
    float: left;
    position: relative;
    top: 472px;
    right: 190px;
}
#pinklace {
    background-image: url(images2/lace%20banner.gif);
    float: left;
    width: 1890px;
    height: 98px;
}
#scroll {
    width: 19%;
    padding: 8px;
    background-image: url(images2/princess%20pattern.jpg);
    background-color: #ffffff;
    height: 340px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    border-radius: 0.75em;
    border: 4px ridge #e49bad;
    overflow: auto;
    position: relative;
    left: 480px;
}
::-webkit-scrollbar {
    /*the width/height of the scrollbar*/
    width: 8px;
    height: 2px;
}
::-webkit-scrollbar-track {
    /*the color of the scrollbar background (i recommend making it the same color of the background text*/
    background: #ffe9ed;
}
::-webkit-scrollbar-thumb {
    /*the color of the scrollbar's thumb*/
    background-color: #ffc5d5;
    border-radius: 10px;
}
a:link {
    color: #ff8db8;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease;
}

a:visited {
    color: #f863b3;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #ea6ea1;
    background-color: transparent;
    text-decoration: underline;
    transform: translateY(-20%);
}

a:active {
    color: #ff49aa;
    background-color: transparent;
    text-decoration: underline;
}
