#some-id {
  color: white;
  font-size: 115px;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
}
body {
width: 475px;
margin-left: auto;
margin-right: auto;
background: black;
color: green;
}

.matthi {
  background: black;
  width: 250px;
  padding: 20px;
  text-align: center;
  background-image: url(/mattana/matt/mattback.png);
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid white;
  border-radius: 20px 0px 20px 0px;
  border-bottom: none;
}

.v {
background: linear-gradient(to top, #000000, #000000, #333333, #333333);
background-size: 100% 1px;
border: 1px solid white;
padding: 3px;
color: white;
  width: 321.5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hold {
  width: 200px;
  background: purple;
  height: 100px;

  
}