* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-style: normal;
}

html {
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

img {
  margin-top: 50px;
  width: 100%;
}

h1 {
  color: #181818;
  font-size: 55px;
  text-align: center;
}

p {
  color: #afafaf;
  font-size: 35px;
  font-weight: 300;
  text-align: center;
}

.login,
.company {
  background-color: #181818;
  color: white;
  border: none;
  width: 98%;
  height: 65px;
  border-radius: 20px;
  margin: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  text-decoration: none;
}

.signup,
.personal {
  background-color: #afafaf;
  color: black;
  border: none;
  width: 98%;
  height: 65px;
  border-radius: 20px;
  margin: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  text-decoration: none;
}