@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url(../webfonts/Roboto-Regular.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: local('Roboto'), url(../webfonts/Roboto-Italic.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: local('Roboto'), url(../webfonts/Roboto-Bold.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  src: local('Roboto'), url(../webfonts/Roboto-BoldItalic.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 250;
  src: local('Roboto Thin'), url(../webfonts/Roboto-Thin.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 250;
  src: local('Roboto Thin'), url(../webfonts/Roboto-ThinItalic.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), url(../webfonts/Roboto-Light.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light'), url(../webfonts/Roboto-LightItalic.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), url(../webfonts/Roboto-Medium.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium'), url(../webfonts/Roboto-MediumItalic.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), url(../webfonts/Roboto-Black.woff) format('woff');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black'), url(../webfonts/Roboto-BlackItalic.woff) format('woff');
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  color: #70757a;
  background-image: url(../assets/background.jpg);
  background-size: cover;
}

.logo {
  margin: auto;
  width: 180px;
  max-width: 90%;
}

.google {
  display: inline-block;
}

.star {
  display: inline-block;
}