:root {
    --linky:#BBADA0;
    --footer:#502419;
    --texty:#f1efd1;
    --bavnar:#502419;
    --bgcol:#3C362A;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: bold;
    /* background: var(--bgcol); */
    /* background: #4f5d75; */
    background-image: url("images/wood3.jpg");
    background-repeat: repeat;
}
a {
    color: var(--linky);
    font-size: 12px;
}
.textport {
    position: relative;
    top: 30px;
    width: 70%;
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    /* background: rgba(0, 0, 0, .4); */
    color: var(--texty);
}
.roundedcornerstop {
  border-radius: 25px 25px 0px 0px;
}
.roundedcornersbottom {
  border-radius: 0px 0px 25px 25px;
}

.bavnar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--bavnar);
}
#footer {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--footer);
}
#fullbody {
    /* width: 100%; */
    padding: 20px;
    margin: 0 auto;
}
