@font-face {
    font-family: 'impress_btregular';
    src: url('https://file.garden/X82D2ua95myVyplG/neocities/impress-webfont.woff') format('woff'),
}

body {
    font-family: 'impress_btregular';
    background-color: rgb(155, 52, 109);
    background-image: url('Pattern.png');
}

.container {
    background-color: white;
    width: 700px;
    height: auto;
    color: black;
    font-size: 20px;
    margin: auto;
    border: 5px rgb(51 4 27) solid;
    border-radius: 5px;
}

.main {
    color: black;
    font-size: 20px;
    padding: 1px 11px 11px 11px;
    column-gap: 10px;
    text-align: center;
}

.gallery {
    width: 300px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    width: 80%;
}

.coolparagraphpoop {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.scrollside {
    border: 5px rgb(51 4 27) solid;
    background-color: white;
    height: auto;
    width: 210px;
    color: black;
    border-radius: 5px;
    overflow-y: scroll;
    font-size:20px;
    position:fixed;
    z-index:3;
    bottom:10px;
    left: 10px;
    padding: 10px 10px 10px;
}