@font-face {
  font-family: "Pixie";
  src: url("https://writeoddity.neocities.org/fonts/Pixie%20NormalA.ttf") format("truetype");
}

@font-face {
    font-family: "FinkRoman";
    src: url("https://netprophet.neocities.org/fonts/FinkRoman.otf") format("truetype");
}

body {
    background: linear-gradient(to bottom, #9ecbff, #ffffff);
    font-family: "FinkRoman";
    color: #2c2c2c;
    text-align: center;
}

#container {
    width: 800px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #eaf4ff, #ffffff);
    border: 6px ridge #ffffff;
    padding: 10px;
    box-shadow: 0 0 25px rgba(158, 203, 255, 0.6);
}

header {
    background: linear-gradient(to right, #ffffff, #9ecbff);
    padding: 15px;
    font-size: 40px;
    font-weight: normal;
    color: #FBC901;
    text-shadow: 2px 1px 1px #AA6C39;
    font-family: "Pixie";
}

#columns {
    display: flex;
    margin-top: 10px;
}

#left {
    width: 180px;
    background: #eaf4ff;
    padding: 10px;
    border: 3px dotted #3b82f6;
    text-align: left;
}

#left li {
    list-style-image: url('https://netprophet.neocities.org/images/bennyicon.png');
    padding-left: 25px;
}

#left a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: normal;
}

#left a:hover {
    color: #1e40af;
    text-decoration: underline;
}

#right {
    flex: 1;
    background: #ffffff;
    padding: 15px;
    margin-left: 10px;
    border: 3px double #9ecbff;
    text-align: justify;
    color: #2c2c2c;
}

.stamps {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.stamps img {
    width: 88px;
    height: 31px;
    border: 1px solid #ffffff;
}

.banner img {
    width: 100%;
    border: 4px ridge #ffffff;
}

footer {
    margin-top: 15px;
    padding: 10px;
    font-size: 12px;
    background: #eaf4ff;
    border-top: 2px solid #ffffff;
    color: #2c2c2c;
}

.page-doll {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 120px;
}

h2, h3 {
    font-family: "Pixie";
    font-weight: normal;
    color: #FBC901;
}