* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

@font-face {
  font-family: Smalle;
  src: url('https://willdotjpg.gay/fonts/smalle.TTF');
}

body {
    color: #564e3a;
    background-image: url('https://willdotjpg.gay/images/backgrounds/checkergreen.png');
}
.container {
    position: absolute;
    left: 33%;
    top: 130px;
    width: 650px;
    height: 650px;
    border: 3px dashed #000;
    box-sizing: content-box;
}

.main {
    position: relative;
    width: 650px;
    height: 650px;
    
    background-color: #80D890;
}

.title {
    text-shadow: 1px 1px #fff;
    background-color: #80D890;
    color: #000;
    font-family: 'Smalle';
    font-size: 25px;
    font-weight: bold;
    width: 300px;
    position: absolute;
    margin-left: 75px;
    margin-top: 10px;

}

.sidebar {
    position: relative;
    width: 200px;
    height: 650px;
    float: right;
    
    background-color: #68A8D8;
}

.art {
    width: 430px;
    height: 600px;
    padding-left: 10px;
    font-family: 'Smalle';
    color: #000;
    overflow: auto;
    position: absolute;
    margin-top: 40px;
}

.clumppenguin {
  background-image: url('https://media.tenor.com/wiMyvo8ZFN0AAAAj/pinguim-penguin.gif');
  width: 200px;
  height: 195px;
  position: absolute;
  margin-left: 1125px;
  margin-top: 675px;
  
}