@font-face {
    font-family: Cordata;
    src: url('fonts/cordata-ppc-400.woff') format('woff');
    font-family: DOS;
    src: url('fonts/DOS-V.woff');
}
body {
    font-family: DOS;
    color:#2c1d0e;
    background-image: url(resources/img/index/IMG_1759.png);
    background-size: 100%;
    background-attachment: fixed;
    display: block;
    scrollbar-color: #2c1d0e #fffcee;
}
.main-box {
    margin-left: auto;
    margin-right: auto;
    /*background-color: red; */
    width: 960px;
    margin-top: 150px;
    /* padding: 10px; */
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.header {
    background-color: #fffcee;
    /*margin: 10px;*/
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
}
.giekkwyks-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 97%;
}
.welcome {
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
}
.refuge {
    text-align: right;
    margin-top: -35px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.info {
    background-color: #fffcee;
    height: 300px;
    width: auto;
    flex-grow: 1;
}

.atabook {
    background-color: #fffcee;
}

.box {
    border: 2px, solid, #2c1d0e;
    background-color: #fffcee;
}
.mini-header {
    color:#fffcee;
    border: 2px, solid, #2c1d0e;
    background-color: #2c1d0e;
}
h1 {
    font-size: 40px;
}
.about {
    margin: -1px;
}
.info-content {
    display: flex;
    gap: 5px;
}
.autoportret {
    height: 240px;
    border: 2px, solid, #2c1d0e;
    margin: 5px;
    background-color: red;
    
}
.info-text {
    width: 400px;
    border: 2px, solid, #2c1d0e;
    margin: 5px;
    align-self: auto;
}
p {
    margin-left: 10px;
    margin-top: -10px;
    font-size: 20px;
}
.wrap {
    text-wrap: wrap;
}
.text-p {
    margin-top: 20px;
    font-size: 32px;
    margin-left: 10px;
}
a.link:link {
    color: #2c1d0e !important;
}
a.link:visited {
    color: #2c1d0e !important;
}
a.link:hover {
    color: red !important;
}
a.link:active {
    color: #00FF55;

}
.tooltip {
    cursor: help;
    border-bottom: 2px dotted;
}
.about-site {
    width: 100%;
    height: 350px;
    }
.about-content {
    display: flex;
    gap: 5px;
    height: 305px;
}
.about-text {
    border: 2px, solid, #2c1d0e;
    margin: 5px;
    align-self: auto;
    flex-grow: 1;
    overflow-y: scroll;
    line-height: 45px;

}
.blah {
  margin-left: -30px;
    background: linear-gradient(90deg, #fffcee, #2c1d0e);
  background-clip: text;
  color: transparent;  
}
.big-cont {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.bttn-img {
    border: #2c1d0e solid 2px;
    margin: 5px;
}
.flex-cont {
    flex-grow: 1;
}
.buttons-cont {
    margin-bottom: 20px;
    height: 200px;
}
.buttn-text {
    border: 2px, solid, #2c1d0e;
    margin: 5px;
    flex-grow: 1;
    overflow-y: scroll;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 5px;
    padding: 5px;
    flex-wrap: wrap;

}
.bttn-code {
    margin-top: 5px;
}
.top-bttn {
    margin-top: 40px;
}
.small-cont {
    flex-shrink: 0;
}
.no-underline {
    text-decoration: none;
}
.blog-bttn {
    border: #2c1d0e solid 2px;
    margin: 5px;
    height: 51.5px;
    padding-top: 15px;
    text-align: center;
}
.footer {
    width: 100%;
    height: 50px;
    display: inline-block;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: space-between;
}
.bottom {
    height: 1px;
    width: 100%;
    display: block;
}
.footer-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mini-header h1 {
    font-weight: 100;
}