.prof-title {
  font-family: Roboto Mono;
  color: white;
  text-align: center;
  font-size: 70px;
  margin-top: 49px;
  margin-bottom: 90px;
}

.prof-block {
  background-color: white;
  width: 600px;
  height: 300px;
  margin: auto;
  border-radius: 9px;

}

.block-2 {
  display: flex;

}

.prof-text {
  font-family: Barlow Condensed;
  text-align: center;
  font-size: 48px;
  padding-top: 60px;
}

.choose-file {
  text-align: center;
  margin-top: 40px;
  margin-left: 150px;
  font-size: 20px;
  margin-bottom: 10px;
}

.prof-submit {
  color: white;
  width: 160px;
  height: 55px;
  margin-left: 200px;
  font-size: 26px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: maroon;
  animation: none opacity 200ms;
  margin-bottom: 30px;
}

.prof-submit:hover {
  opacity: 0.7;
}

.thanks {
  font-family: Roboto Mono;
  font-size: 30px;
  color: white;

}

.return {
  color: white;
  cursor: pointer;
  position: absolute;
  transform: translate(160px, 50px);
  font-size: 30px;
}