body {
    font-family:'Oswald',serif;
    background-image:url('https://i.postimg.cc/qR09XcYY/5bc659de0604e15795cec3fddaa6da17-2365693658.jpg');
    background-size:300px;
    font-size:17px;
}

#photos {
    display:flex;
    border-bottom:2px solid black;
    height:140px;
    border-top:2px solid black;
}
#status {
    flex:50%;
    background-image:url('https://i.postimg.cc/YSjnv6BB/0ea8c758a1048c97629ac417c32f7437.jpg');
    background-size:cover;
}
#statuscafe {
    color:white;
    text-align:left;
    margin-top:19px;
}
#statuscafe a {
    color:white;
}
#statuscafe-username {
    padding-left:5px;
}
#statuscafe-content {
    margin-left:10px!important;
    padding:0px!important;
    text-align:left;
}
#statuscafe-content:before {
    content:"🗣";
    margin-right:4px;
}
#quote {
    flex:50%;
    background-image:url('https://i.postimg.cc/d3VdrwHf/c7e995834e7ac452faa86fa0245342c1.jpg');
    background-size:370px 140px;
}
#maintitle {
    color:white;
    text-transform:lowercase;
    text-align:right;
    font-family:'Oswald', serif;
    background-color:#af0c3b;
    border-bottom:9px solid black;
    margin-top:0px;
    display:inline-flex;
    width:730px;
    height:95px;
}
#date {
    color:white;
    text-align:left;
    text-transform:none;
    margin:0px;
}
#date p {
    margin:0px;
    padding-left:5px;
}
h1 {
    font-size:75px;
    margin:0px;
    flex:90;
    padding-right:10px;
    
}
.row {
    display:flex;
    flex-flow: nowrap;
    height:fit-content;
    text-align:center;
    margin:auto;
}
.mainrow {
    display:flex;
    width:730px;
    height:495px;
    margin:auto;
    padding:0px;
}

.main {
    padding:10px;
    width:730px;
    height:740px;
    margin:auto;
    background-color:white; 
    display:block;
    box-shadow:1px 1px 4px 0px black;
}


#free {
    display:block;
    margin:auto;
    margin-bottom:15px;
}
#site {
    margin-bottom:5px;
}
#photo {
    padding:10px;
}

#center {
    width:100%;
    overflow-y:scroll;
    overflow-x:hidden;
    padding:5px;
    scrollbar-width: thin;
}

h5 {
    font-size:28px;
    font-weight:normal;
    margin:0px;
    padding:10px;
    padding-top:0px;
    padding-bottom:0px;
    text-align:left;
    font-family: 'Oswald', serif;
      border-bottom:3px solid black;
}

#under {
    color:grey;
    font-size:12px;
    padding:10px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0px;
}

#friend {
  font-size:20px;
  margin-left:15px;
}

.row p {
  text-align:left!important;
  margin:0px;
}

#row {
    margin-bottom:15px;
}

#middle {
    display:flex;
    margin-bottom:15px;
}


h2 {
    font-size:18px;
    color:black;
    margin:0px;
    margin-bottom:15px;
    text-transform:uppercase;
    text-align:left!important;
    border-bottom:3px solid black;
    font-weight:bold;
}


.body {
   width:fit-content;
    height:fit-content;
    margin:auto;
    padding:0px;
    display:block;
}
.header {
    display:flex;
    width:fit-content;
    height:fit-content;
    margin:auto;
}


h3 {
    font-size:39px;
    text-transform:uppercase;
    letter-spacing:1.2px;
    line-height:1.4;
    color:#af0c3b;
    margin:auto;
    text-align:center;
    font-family: 'Oswald',serif;
}

.button {
  text-decoration:none;
  background-color:transparent;
  color:black;
  border:none;
  padding:0px;
  margin:0px;
  font-family:'Oswald', serif;
  font-weight:normal;
  display:flex;
    margin-left:5px;
  margin-bottom:6px;
    font-size:15px;
}


#title {
    margin-left:10px;
    padding:5px;
}

.footer {
  text-align:center;
  background-color:white;
  border:1px solid black;
  color:black;
  margin:auto;
  margin-top:15px; 
}

#copyright {
    font-size:11px;
    padding:5px;
    margin:0px;
}

h4 {
  font-size:15px;
  padding:0px;
  margin:0px;
  font-weight:normal;
  text-align:left;
    margin-left:5px;
}

::-webkit-scrollbar {
    width:8px;
    height:8px;
    background-color:lightgrey;
}

::-webkit-scrollbar-thumb {
    background-color:darkgrey;
    border-radius: 0px;
}
a:link {
  color:gray;
}
a:visited {
  color:black;
}
a:hover {
  color:#af0c3b;
}