    body {
        background: white !important;
    }

    .text-container {
        background: white !important;
        position: relative;
        p {
            font-family: main;
        }
        color: black;
    }

#profile {
    width: 400px;
    height: 600px;
    border: pink 3px solid;
    border-radius: 8px;
    p {
    font-family: main;
        }
    padding: 5px;
    position: relative;
    }

    #banner {
        width: 380px;
        height: 160px;
        margin: auto;
        margin-top: 2px;
        border: pink 1px solid;
        border-radius: 5px;
        background-image: url(https://files.catbox.moe/vmeahh.png);  /* make sure you resize the image so the width is 380px! */
    }

    #pfp {
        width: 150px;
        height: 150px;
        border: pink 1px solid;
        border-radius: 50%;
        position: relative;
        margin-top: -90px;
        margin-left: 14px;
          margin-bottom: 30px;
        background-image: url(https://files.catbox.moe/fa50ds.jpg); /* make sure you resize the image so the height is 150px! */
    }

    #title {
        margin-left: 185px;
        margin-top: -80px;
        margin-bottom: 50px;
        position: relative;
        font-size: 17px;
    }

    #button {
        width: 170px;
        height: 30px;
        background: white;
        border-radius: 6px;
        border: 2px solid pink;
        margin: auto;
        margin-top: 5px;
        text-align: center !important;
        font-size: 14px;
        line-height: 30px;
    }

    #scrollbox {
        width: 380px;
        height: 210px;
        margin-top: -50px;
        border: 2px solid pink;
        border-radius: 10px;
        overflow: auto;
        position: absolute;
        padding: 5px;
        font-family: main;
        text-align: center !important;
    }
    
    @font-face {
src: url(https://files.catbox.moe/0sgext.ttf);
font-family: main;
    }

    a {
        color: lightgrey;
        text-decoration: underline;
    }

.button, .button:hover {
  background: white;
}