@font-face {
  font-family: utfont;
  src: url(/utfont.ttf);
}

.middlebox {
  display: flex;

}

body {
  background-image: url("/bg.jpg");
  color: black;
  font-family: utfont;

}

h1 {
  text-align: center;
}

img {
      display: block;
      margin-left: auto;
      margin-right: auto;
}

#home-body {
  display: flex;
  justify-content: flex-end;
}

p {
  color: black;
  font-family: utfont;

}

.middlebox div {
  background-color: white;
  border: 0px;
  padding: 20px;
  margin: 10px;
 

/*
.leftbutts {
  width: 200px;
  background-color: white;
  border: 5px solid gray;
  padding: 50px;
  margin: 20px;
}

.rightstuff {
  width: 500px;
  height: 1000px;
  background-color: white;
  padding: 50px;
  margin: auto;
  text-align: right
}
*/