
p {
    color:lightcoral;
}
h1 {
    color:lightcoral;
    text-shadow: 3px 2px 7px cornflowerblue;
    float: none;
    text-align: center;
}

.the-whole-page{
    align-items: center;
}

.container-box{
    display: flex;
    column-gap: 2px;
}
.stack-box{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.mainstuff-box {
    background-color:white;
    border: 2px solid #000000;
    height: 900px;
    width: 450px;
    overflow-y: scroll;
}
.navi-box {
    text-align: center;
    place-items: center;
    background-color:white;
    border: 2px solid #000000;
    height: 600px;
    width: 200px;
}
.bottomgif-box {
    border: 2px solid #000000;
    box-shadow: inset 0 0 0 2px white;
    height: 294px;
    width: 200px;
    background-color:white;
    background-image: url('https://64.media.tumblr.com/cfb3587210a285a8d96e4060a1aaa04f/9aacfced8e61e1de-e6/s500x750/4f0fc297bc5fa733cf4c1da682fec4572fc1daf2.pnj');
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: center;
}
.bottomgif-box-char {
    border: 2px solid #000000;
    box-shadow: inset 0 0 0 2px white;
    height: 294px;
    width: 200px;
    background-color:white;
    background-image: url('https://64.media.tumblr.com/2f7e9ecc23072dcf16a444f0679be566/414797148c99ca64-29/s250x400/42b346eb11ab998071ccadc650eaf0479722c6ff.pnj');
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
}
.button{
    text-align: center;
    margin: auto;
    background-color: bisque;
    place-items: center;
    border: 2px solid black;
    height: 50px;
    width: 190px;
    margin-bottom: 4px;
}
body{
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#232331;
}

.h2{
    display: flex;
    gap: 5px;
    align-items: center;
}
.mystery-box{
    text-align: center;
}
input{
    field-sizing: content;
}
.idfk{
    display: flex;
}






null:
.oller-avatar {
    position: relative;
    height: 150px;
    width: 130px;;
    background-image: url('https://64.media.tumblr.com/ac2d433c69f6a44d06b4f2e5e07250d6/53baf2c5b33d1bfc-8a/s400x600/4318f51c22586e708a36aa306e08b622dc668db2.pnj');
    background-size: contain;
    background-repeat: no-repeat;
}