table, th, td{
  border-collapse:collapse;
  text-align: center;
  margin: 0 auto;
  border:2px solid #6B1706;
  font-weight:normal;
  color:gray;
  font-size:small;
  padding:5px;
  gap:10px;
}

th{
color:gainsboro;
}

h1{
color: #6B2013;
font-weight:normal;
}

h2{
color: #6B2013;
font-weight:normal;
text-align:center;
}

h3{
font-weight:normal;
color: #6B2013;
font-weight:normal
}

p{
color: black;
text-align:center;
} 

ol{
  color:gray;
  font-weight:normal;
}

li{
  color:gray;
  padding: 8px 0px;
}

body{
font-size:20px;
scrollbar-width:none;
background:radial-gradient(circle,rgba(209, 207, 207, 1) 0%, rgba(179, 175, 175, 1) 49%, rgba(128, 128, 128, 1) 100%);
font-family:'Times New Roman', Times, serif;
}
 
.main{ 
height:auto;
padding:0px;
margin:0px;
overflow:scroll;
scrollbar-width:none;
}

iframe{
 scrollbar-width:none;
}

.flex{
display: flex;
justify-content:center;
flex-wrap:wrap;
flex-direction: row;
}

.divimage{
background:transparent;
padding:5px;
height:50px;
overflow:hidden;
}

#borderimg { 
  border:6px solid transparent;
  padding: 0px;
  margin:0px;
  border-image: url(https://strawberrynose.neocities.org/fancy.png) 8 round;
}