@import './style/base.css';

.about {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: url("../image/texture-1.png");
  background-size: cover;
  background-position: center;

}
.content {
  position: relative;
  top: 7vh;
  width: 100%;
  max-width: 800px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 100vh;
  margin: 20px;
}
.content .image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 10px;
}
.content .image img {
  width: 250px;
}
.content .text {
  margin: 10px;
}
