* {
    font-family: "Inter", sans-serif;
}

body {
    background-color: #111;
    margin: 0;
}

a, p, h1 {
    color: #fff;
    text-decoration: none;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}

.mid-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hint {
    color: #666;
}

.copyright {
    color: #666;
}

.app {
    width: 10rem;
    height: 10rem;
}

.app img {
    width: 10rem;
    height: 10rem;
    
    border-radius: 5px;
}