body {
  font-family: 'Rubik', sans-serif;
  margin: 0px;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #2c2c2c;
  padding: 24px 70px;
  box-sizing: border-box;
  position: relative;
}

.header {
  height: 124px;
  padding-top: 44px;
  box-sizing: border-box;
}

.container > h1 {
  line-height: 62px;
  font-weight: 400;
  font-size: 50px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 88px;
  position: relative;
}

.container > a {
  width: 200px;
  border-radius: 4px;
  transition: all 0.3s;
  border: 2px solid #ffffff;
  background-color: transparent;
  padding: 14px 0;
  font-weight: 400;
  line-height: 21px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.container > a:hover {
  background-color: #2156ae;
  border-color: #2156ae;
}

.circle {
  object-fit: cover;
  width: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 160px);
  position: relative;
}
