* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, 'Helvetica Neue', Arial, sans-serif;
  margin: auto;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.content {
  width: 200px;
}

.logo {
  width: 100%;
  margin-bottom: 25px;
}

.logo svg {
  width: 100%;
  fill: #222;
}

.contacts {
  width: 100%;
}

.contacts p {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.contacts p small {
  width: 100%;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts p a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
