html {
    cursor: url("images/cursor.png"), auto;
 }


a {
	color: rgba(213, 141, 170, 0.81);
    font-size: 20px;
    font-weight: bold;
}

a:hover {
    cursor: url("images/cursor.png"), auto;
    opacity: 0.5;
}

a:active {
    opacity: 0.3;
}

  body {
            background-image: url(images/gridpatternp.png);
	        font-family: 'MS PGothic', sans-serif;
            margin: 0;
            padding: 0;
            background-color: white;
            display: inline;
        }
        
 .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
    flex-wrap: wrap;
    margin-top: 250px;
}

.main-container {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
                                
   border-width: 15px;
 border-style: solid;
 border-image: url("https://files.catbox.moe/fmru60.gif") 7 fill round;
}




.row-one {
    width: 100%;
    height: 400px;
    display: flex;
    margin: 0;
    padding: 0;
    align-self: center;
}


.middle-one {
     width: 100%;
    height: 100%;
    background-image: url(images/rightbg.png);
    opacity: 1;
    display: flex;
    border: 2px ridge rgba(255, 173, 211, 0.479);
    border-radius: 8px;
}

.text-box {
    width: 90%;
    height: 90%;
    margin: auto;
    background-color: white;
    border: 2px ridge rgba(255, 173, 211, 0.479);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;

}

.welcome {
    font-family: "sant joan despi";
    color: rgb(213, 141, 170);
    font-size: 37px;
    margin-top: 20px;
    opacity: 0.7;
    text-align: center;
}

.intro {
    color: rgba(213, 141, 170, 0.774);
    width: 90%;
    text-align: center;
    font-size: 21px;
    margin-left: 20px;
    margin-top: -20px;
    padding-bottom: 15px;
}


.click-here {
    font-family: "sant joan despi";
    color: rgb(213, 141, 170);
    font-size: 31px;
    margin-top: -20px;
    opacity: 0.7;
    text-align: center;
}


a {
    width: 10px;
    margin: 0;
}

.miku {
    width: 380px;
    margin-left: -40px;
}



.footer {
    width: 100%;
    border: 2px ridge rgba(255, 173, 211, 0.479);
     border-radius: 8px;
    text-align: center;
    margin-top: 10px;
}

.footer-text {
    color: rgb(213, 141, 170);
    font-weight: bold;
}