
.name {
 font-family: "Barrio";
 font-size: 15px;
 width: 115px;
 border: 10px;
 padding: 2px;
 margin: 5px;
 border-style: double;
 color: #61580b;
 background-color: #abab7f;
 border-color: #192554;
 position: absolute;
 top: 29%;
 bottom: 40%;
 left: 0%;
 overflow-x: hidden;
 overflow-y: hidden;
}

.other {
 font-family: "Barrio";
 font-size: 15px;
 width: 115px;
 height: auto;
 border: 10px;
 padding: 2px;
 margin: 5px;
 border-style: double;
 color: #61580b;
 background-color: #abab7f;
 border-color: #192554;
 position: absolute;
 top: 60%;
 bottom: 0%;
 left: 0%;
 overflow-y: hidden;
 overflow-x: hidden;
}

body {
  background-color: #8f4927;
  background-image: url('https://nu-uh.neocities.org/me.png'), url('https://nu-uh.neocities.org/t_posing_roblox_noob_by_bysioul_de7ioyh-fullview.png'), url('https://nu-uh.neocities.org/mainpagebackground.png');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:  top left, right, center;
  background-attachment: fixed, fixed, fixed;
  background-size: auto 30%, 1805px 100%, 100% 100%;
}