﻿.google-auth {
  width: 180px;
  display: block;
  display: flex;
  box-shadow: 0px 1px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 8px 10px;
  justify-content: space-evenly;
  color: black;
  text-decoration: none;
  margin: auto;
}
.google-auth__result {
  text-align: center;
  margin-top: 10px;
}

.google-auth__result {
  height: 100vh;
  display: flex;
}
.google-auth__result > div {
  width: 330px;
  text-align: center;
  margin: auto;
  padding: 20px;
  background: rgba(0, 0, 255, 0.1);
}
