* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/bones.gif");
    color: #191970;
    font-family: "Comicoro";
    font-size: 25px;
}

@font-face {
    font-family: "Comicoro";
    src: url("https://willdotjpg.gay/fonts/Comicoro.ttf");
}

p {
    padding-bottom: 10px;
}

.main {
    width: 800px;
    height: 950px;
    background-color: #deceff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    border: 1px solid #00ffdd;
}

.sidebar {
    width: 300px;
    height: 910px;
    background-color: #d6ffc6;
    border-radius: 30px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.images {
    width: 460px;
    height: 910px;
    background-color: #F7FFE7;
    border: 1px solid #00ffdd;
    border-radius: 30px;
    float: right;
    margin-top: 20px;
    padding: 50px;
    box-sizing: border-box;
    overflow: auto;
}

.stamp {
    width: 99px;
    height: 56px;
    display: inline-block;
    padding: 5px;
}