* {
	box-sizing: border-box;
	margin: 0;
}
.vt323-regular {
	font-family: "VT323", monospace;
	font-weight: 400;
	font-style: normal;
}

body{
  font-family: VT323;
  margin: 5px auto;
  max-width: 456px;
  border: solid 1px black;
  background-image: url(images/bg\ clourful.jpeg);
  color: rgb(8, 8, 10); }
  
hr { border: solid black 1px; }

body a:hover {
	background-color: blue;
	color: rgb(210, 190, 255); }
	
::-webkit-scrollbar-track {
	border: 1px solid rgb(107, 53, 255);
  background-color: rgb(21, 21, 26); }
::-webkit-scrollbar {
	width: 10px;
	background-color: rgb(107, 53, 255); }
::-webkit-scrollbar-thumb {
  background-color: rgb(107, 53, 255); } 
  
.container-webring {
  padding: 10px;
  overflow-y: scroll;
  height: 98vh;
	background-color: rgb(255, 254, 245);
}
.header-webring {
	text-align: center;
}
.widgets-container{
	display: flex;
	text-align: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.widgets{
	width: 50%;
}
textarea {
	margin: 10px 0;
	resize: none;
}

th {
	border: solid 1px;
}
td {
	border: solid 1px;
	text-align: center;
	padding: 5px;
}
#webringulist table{
	width: 100%;
	margin-top: 10px;
}

