*,
html,
body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #f5f5f5;
}

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

.logo {
  width: 300px;
}

h1,
p {
  color: #515151;
  text-align: center;
}

p {
  font-size: 20px;
}

.socials {
  font-size: 40px;
}

a,
a:hover,
a:visited,
a:focus {
  color: #515151;
}

a:hover {
  color: #999;
}
