html {
    cursor: url(https://64.media.tumblr.com/6e67c289a6a7b63ad74011405789fd02/6c84dc947da43e9a-ce/s75x75_c1/d1a3d0866cacea35c9c6939f7c15ae45e66ad33a.gifv), auto;
}

body {
    font-family: "Baloo 2", sans-serif;
    font-weight: bold;
    color: #b7c5f4;
    background-image: url(https://i.pinimg.com/736x/7c/8d/91/7c8d91164342905080f0530b8b67d82a.jpg); 
}

a {
    text-decoration: underline;
    color: #fdf0c0;
    transition: color 0.2s ease-in-out, transform 0.3s ease;
}

a:hover {
    color:#b7c5f4;

}

.container {
    padding: 10px;
    margin-top: 100px;
    margin-left: 250px;
}

.col {
    background-color: rgb(255, 255, 255);
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}

.interests {
    margin-top: -130px;
}

.moppu-img {
    width: 180px;
}

.cat-sleep {
    z-index: 2;
    height: 140px;
    position: absolute;
    margin-top: -55px;
    margin-left: -40px;
    transform: rotate(3deg);
}

.the-catbed {
    transform: rotate(-2deg);
    font-size: 35px;
}

.header {
    background-position: center;
    background-size: 80px;
    border: 5px solid white;
    background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/images/95051177_S6gv21fS8STw5WT.png);
}

mark {
    color: #b7c5f4;
    background-color: #f4f6fb;
}

.updates {
    position: absolute;
    margin-left: 600px;
    margin-top: -90px;
    overflow-y: scroll;
    max-height: 150px;
}

.updates::-webkit-scrollbar-track {
    background: #5c86ef;
}

.updates::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 100px;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
}

.pagedoll-1 {
    width: 270px;
    position: absolute;
    margin-top: -80px;
}

.pagedoll-2 {
    width: 200px;
    position: absolute;
    margin-top: -350px;
    margin-left: 540px;
}

.pagedoll-3 {
    width: 250px;
    position: absolute;
    margin-top: -150px;
    margin-left: 1040px;
}

.pagedoll-1-home {
    width: 270px;
    position: absolute;
    margin-top: -40px;
}

.pagedoll-2-home {
    width: 200px;
    position: absolute;
    margin-top: -350px;
    margin-left: 640px;
}

.pagedoll-3-home {
    width: 220px;
    position: absolute;
    margin-top: -150px;
    margin-left: 870px;
}

.notfound-container {
    text-align: center;
    margin-top: 100px;
}

.kity-look-up {
    width: 250px;
    margin-top: -50px;
}

.kity-look-up-container {
    height: 220px;
}