@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
body {
  background: #1DD1A1;
  color: white;
  font-family: 'M PLUS Rounded 1c', sans-serif; }

.typer-logo {
  width: 90px;
  height: 30px;
  background-image: url("../images/typer-logo_1.gif");
  background-size: 100%;
  background-repeat: no-repeat; }

h1 {
  font-size: 70px;
  line-height: 75px; }

.appstore-button {
  display: block;
  width: 200px;
  margin-top: 50px; }
  .appstore-button img {
    width: 100%;
    height: auto; }

.screens {
  width: 650px;
  height: auto; }

.content {
  display: flex;
  align-items: center; }

.navbar {
  padding: 20px; }

.app-icon {
  display: none; }
  .app-icon img {
    width: 100px;
    height: 100px;
    border-radius: 15px; }

@media (max-width: 1024px) {
  body {
    text-align: center; }
  h1 {
    font-size: 50px;
    line-height: 55px; }
  .screens {
    display: none; }
  .app-icon {
    display: block;
    margin-top: 50px; }
  .appstore-button {
    margin: 50px auto; } }
