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

@font-face {
  font-family: 'Unifont';
  src: url(unifont.otf) format('opentype');
  font-weight: normal;
  font-style: normal;

}

body{
  font-family: 'Unifont', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  background-image: url('images/backgr.jpg');
  background-color: #A0C3DB;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #256741;
}

.main-panel{
  column-count: 1;
  position: relative;
  width: 950px;
  margin: 20px auto;
  padding: 30px;
  background-color: #c8cfcb;
  border: 2px solid #3B9C64;
  box-sizing: border-box;
  position: relative;
}

.imaylka{
  position: absolute;
  left: 50%;
  transform: translateX(-57%);
  padding:1%;

}

.element {
    cursor: url('Something/cursor.png') 32 32, auto;
}


.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}

.text-content {
  flex: 1;
}

.image-container {
  flex-shrink: 0;
  margin-top: 0;
}

.flenyo-pic {
  width: 210px;
  height: 210px;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 0;
  border: 2px solid #3B9C64;
  object-fit: cover;
}
.needtime-pic {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}
.reality-pic {
  float: left;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}
.letmusic-pic {
  float: left;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}
.ocean-pic {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}
.treat-pic {
  cursor: url('Something/cursor_pointy.png') 32 32, pointer;
  width: 200px;
  height: 200px;
  border: 2px solid #3B9C64;
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}
.fleniada-pic {
  cursor: url('Something/cursor_pointy.png') 32 32, pointer;
  width: 200px;
  height: 200px;
  border: 2px solid #3B9C64;
  float: left;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}
.freak1-pic {
  cursor: url('Something/cursor_pointy.png') 32 32, pointer;
  width: 200px;
  height: 200px;
  border: 2px solid #3B9C64;
  float: left;
  margin-left: 10px;
  margin-bottom: 0px;
  margin-top: 0;
  object-fit: cover;
}

.image-on-top {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 100px;
}

.image-on-bottom {
  position: absolute;
  top: 923px;
  left: 900px;
  width: 80px;
}


.image-fish {
  width: 40px;
  position: absolute;
  top: 210px;
  left: 200px;

}

.image-disk {
  width: 17px;

}
.image-coffee {
  width: 35px;
  position: absolute;
  top: 900px;
  left: 420px;

}

.image-em {
  width: 25px;


}


button {
    cursor: url('Something/cursor_pointy.png') 32 32, pointer;
    width: 70px;
    height: 22px;
    font-family: var(--sans-serif);
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    box-sizing: border-box;
    border: 1px solid #003c74;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(236, 235, 229, 1) 86%,
        rgba(216, 208, 196, 1) 100%
    );
    box-shadow: none;
    border-radius: 3px;
    &:not(:disabled) {
        &:active,
        &.active {
            box-shadow: none;
            background: linear-gradient(
                180deg,
                rgba(205, 202, 195, 1) 0%,
                rgba(227, 227, 219, 1) 8%,
                rgba(229, 229, 222, 1) 94%,
                rgba(242, 242, 241, 1) 100%
            );
        }
        &:hover {
            box-shadow: inset -1px 1px #fff0cf, inset 1px 2px #fdd889, inset -2px 2px #fbc761, inset 2px -2px #e5a01a;
        }
    }
    &:focus,
    &.focused {
        box-shadow: inset -1px 1px #cee7ff, inset 1px 2px #98b8ea, inset -2px 2px #bcd4f6, inset 1px -1px #89ade4,
            inset 2px -2px #89ade4;
    }
    &::-moz-focus-inner {
        border: 0;
    }
}
