.conater {
    margin-left: 30px;
    width: 620px;
    border:solid;
    padding: 15px;
    border-width: 10px;
    border-image:url("https://i.imgur.com/NJa4bp2.png") 6 fill round;
    overflow: auto;
    
}

.bio {
    float: right;
    font-size: 16px;
    padding: 5px;
}

.interests {
    border:solid;
    padding: 10px;
    width:35%;
    float:left;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
    border-radius: 10px;
     border-image:url("https://i.imgur.com/NJa4bp2.png") 2.5 fill round;
}

.stamphard {
    border:solid;
    padding: 10px;
    width:55%;
    float:right;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
    border-radius: 10px;
    border-image:url("https://i.imgur.com/NJa4bp2.png") 2.5 fill round;
}

.allaboutmee {
    padding: 5px;
}

body {
background-image: url('https://sadhost.neocities.org/images/tiles/num.gif');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}

.int {
    margin-bottom: 8px;
}

h2 {
    margin: 2px;
}

a:hover {
    color: red
}

a:link {
    color: black;
    font-weight: bold;
}

.border {
padding: 5px;
border: 10px solid; /* adjust this too */
border-image: url("https://i.imgur.com/NJa4bp2.png") 6 fill round; /* adjust this and change border-url to border direct link */
} 

.quoteot {
    font-size: 20px;
    font-family: Verdana,;
    padding-bottom: 10px
}