html {
    background-image: url(images3/pink%20bunny%20stripe%20bg.gif);
}
body {
    font-family: winkle;
    font-size: x-large;
    color: #eca5c0;
}
@font-face {
    font-family: winkle;
    src: url(winkle/Winkle-Regular.ttf);
}
#container {
    background-image: url(images3/pink%20cat%20bg.png);
    width: 650px;
    height: 650px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-width: 7px;
    border-style: solid;
    border-image: url(images3/soft-pink-lace.png) 7 fill round;
    z-index: 2;
}
#box1 {
    background-image: linear-gradient(#ffe3e8, white);
    width: 200px;
    height: 30px;
    position: relative;
    left: 40px;
    top: 30px;
    float: left;
    border-radius: 10px;
    border: ridge 5px pink;
    z-index: 10;
}
#header1 {
    position: relative;
    text-align: center;
    bottom: 25px;
    text-shadow: 2px 2px 4px #ffffff;
}
#maintext {
    position: relative;
    text-align: center;
    bottom: 20px;
    right: 20px;
    width: 250px;
    margin-top: -1px;
}
#catdivider {
    position: relative;
    bottom: 25px;
    right: 10px;
}
#box2 {
    background-image: linear-gradient(#ffe3e8, white);
    width: 200px;
    height: 30px;
    position: relative;
    top: 333px;
    left: -23px;
    float: right;
    border-radius: 10px;
    border: ridge 5px pink;
    z-index: 10;
}
#header2 {
    position: relative;
    text-align: center;
    bottom: 25px;
    text-shadow: 2px 2px 4px #ffffff;
}
#maintext2 {
    position: relative;
    text-align: right;
    bottom: 20px;
    right: 120px;
    width: 330px;
}
#box3 {
    position: relative;
    width: 250px;
    top: 200px;
}
#image {
    right: 100px;
    position: relative;
    top: 120px;
}
#stamps {
    position: absolute;
    top: 90px;
    left: 20px;
}
#maintext3 {
    position: relative;
    float: left;
    text-align: center;
    width: 400px;
    bottom: 328px;
}
#box4 {
    position: relative;
    float: right;
    bottom: 400px;
}
#maorin {
    position: relative;
    right: 180px;
}
#maintext4 {
    position: relative;
    text-align: left;
    bottom: 270px;
    left: 40px;
    width: 200px;
}
#maintext4 ul {
    list-style: circle;
}
#socials {
    position: relative;
    width: 185px;
    font-size: 20px;
    left: 10px;
    top: -5px;
    line-height: 20px;
    text-align: center;
}
#links {
    position: absolute;
    width: 185px;
    left: 12px;
    top: 200px;
    text-align: center;
}

#divider {
    position: relative;
    float: right;
    right: 630px;
    top: 10px;
}

a:link {
    color: #ff8db8;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s ease;
}
a:hover {
    color: #ea6ea1;
    background-color: transparent;
    text-decoration: underline;
    transform: translateY(-20%);
}
a:active {
    color: #ff49aa;
    background-color: transparent;
    text-decoration: underline;
}
a:visited {
    color: #f744a4;
    background-color: transparent;
    text-decoration: none;
}

