@import url(https://necolas.github.io/normalize.css/latest/normalize.css);

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #f0f0f2;
  color: #333;
  font-size: 1rem;
  font-family: 'SF Pro Text', 'SF Pro Icons', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

a {
  color: #0d6efd;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0a58ca;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.main-box {
  max-width: 500px;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.25rem 1.5rem;
}

.main-box h1:before {
  content: "";
  background-image: url(shortcuts.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-bottom: -0.5rem;
  margin-right: 0.5rem;
}
