/*
Theme Name: SelectModels
Theme URI: https://cms.selectmodel.com/
Author: Patron Studio
Author URI: https://patron.studio
Description: Modellink API theme
Version: 1.0
Text Domain: twentyseventeen
*/

body {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image {
  display: block;
  padding: 75px 50px;
}

.image svg {
  display: block;
  width: 220px;
  height: 56px;
  margin: 0 auto;
}

.link {
  display: block;
  width: 120px;
  padding: 8px;
  margin: 20px auto;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #3C3B3B;
}
