@import url('https://fonts.googleapis.com/css2?family=Gaegu&display=swap');

@font-face {
font-family: dreams;
src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
}

#dreams {
font-family: dreams;
}
 
body {
    font-family: Gaegu;
    font-size: 1em; 
    color: #000000;
    background-color: rgb(255, 255, 255);
    background-image: url(img/bg.gif);
    background-repeat: repeat;
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
    word-wrap: break-word;

}

.topborder {
    background-image: url(img/topborder.gif);
    background-repeat: repeat-x;
    height: 100px;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.header {
    font-family: dreams;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #000000;
    position: fixed;
    height: 50px;
    width: 1015px;
    margin-top: 60px;
    margin-left: 180px;
    border-radius: 10px;
    padding-top: 10px;
    font-size: 2em;
    color: #000000;
    /* box-shadow: 0 0 10px #00000049; */
}

/* LINK COLOR!! WHAT IT LOOKS LIKE AS A LINK YAY! */
a {
  color: #b96da6;
}

h2 {
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}

.leftsidebar {
    text-align: center;
    background-color: #ffffff;
    height: min-content;
    width: 200px;
    position: inherit;
    float: right;
    padding: 10px;
    margin-top: 160px;
    margin-left: 180px;
    border: 1px solid;
    border-color: #000000c4;
    border-radius: 10px;
}

.main {
    background-color: #ffe3f7c4;
    text-align: center;
    position: inherit;
    height: 950px;
    width: 735px;
    padding: 10px;
    margin-top: 160px;
    margin-left: 35px;
    border: 1px solid;
    border-color: #000000c4;
    border-radius: 10px;
    float: none;
    overflow-y: auto;
}

.container {
    background-color: #ffffffc4;
    margin: 20px;
    border-radius: 10px;
    font-size: 1.25em;
    text-align: center;
    padding: 20px;
}

/* blog post theme */
.container2 {
    font-family: 'Times New Roman', Times, serif;
    background-color: #ffffff;
    color: #000000;
    text-align: justify;
    line-height: 1.5;
    border: 2px dotted;
    border-color: #c7c7c7;
    padding: 50px;
}

.container3 {
    text-align: center;
    padding: 10px;
}

.box {
    margin: auto;
    text-align: left;
    border: 2px dashed;
    border-color: #c7c7c7;
    float: none;
    width: auto;
    height: auto;
    border-radius: 15px;
    padding: 10px;
    
}

.boxleft {
    background-color: #ffffffc4;
    border-radius: 10px;
    margin: 20px;
    text-align: left;
    float: left;
    width: 278px;
    height: auto;
    padding: 20px;
    
}

.boxright {
    background-color: #ffffffc4;
    border-radius: 10px;
    margin: 20px;
    text-align: left;
    float: left;
    width: 295px;
    height: auto;
    padding: 20px;
    
}

/* navigation */
.title {
    font-family: dreams;
    font-size: 1.5em;
    background-color: #ffe3f7c4;
    color: #000000;
    text-align: center;
    border-radius: 50px;
    padding: 7px;
}

/* for the main container */
.title2 {
    font-family: dreams;
    font-size: 2.5em;
    color: #000000;
    text-align: center;
}

.footer {
    color: #7e6770;
    height: min-content;
    text-align: center;
    float: bottom;
    padding: 10px;
    position: fixed;
    Width: 10%;
    bottom: 15px;
}

.border {
    border-radius: 100px;
    border-width:1px;
    border-style:dashed;
    border-color: #ff86cd;
}