.wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 20px 1px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.937);
  padding: 30px;
  border-radius: 0px;
}

.logo {
  display: flex;
  justify-content: center;
}

.side {
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(49, 49, 57);
  font-size: 18px;
  text-align: center;
}

.logo {
  height: 200px;
}

.info-block {
  margin-bottom: 20px;
}

h1 {
  padding: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h2 {
  font-size: x-large;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

p {
  font-family: Montserrat, "Times New Roman";
  font-size: 16px;
  font-weight: normal;
  padding-right: 30px;
}

body {
  font-family: Alegreya, "Times New Roman", "Arial Narrow Bold", sans-serif,
    "Times New Roman", Times, serif;
  letter-spacing: 0.02em;
}

a {
  color: #0500FF;
}

.projects {
  padding: 20px;
}

.projects-header {
  padding-left: 30px;
}

.project {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 11px 20px 1px;
  margin: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.description {
  min-width: 300px;
  padding: 30px;
  flex: 1;
}

.mockup {
  min-width: 300px;
  flex: 1;
  padding-right: 30px;
  max-width: 600px;
}

.mockup-image {
  width: 100%;
}

.app-logo {
  max-width:80px;
}

@media only screen and (max-height: 630px) and (orientation: landscape) {
  .wrapper {
    flex-direction: row;
    width: 100%;
  }

  .logo {
    align-self: center;
    padding-left: 10px;
  }

  .side {
    padding: 50px;
  }

  h1 {
    margin-top: 0;
  }
}

@media only screen and (max-device-width: 812px) {
  .wrapper, .project {
    box-shadow: none;
  }

  .description, .mockup {
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
