* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  margin: 44px 0 144px 76px;
}

.link-header {
  font-size: 24px;
  font-weight: 600;
  color: #989d9c;
  line-height: 29px;
  cursor: pointer;
  margin-right: 23px;
}

.button-header {
  width: 130px;
  height: 41px;
  border-radius: 20.5px;
  background: #665ae1;
  font-size: 24px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.logo-image {
  width: 568px;
  height: 500px;
  margin-left: 125px;
  display: inline-block;
}

section {
  display: inline-block;
  margin-left: 86px;
}

h1 {
  color: #515151;
  font-size: 100px;
  font-weight: 900;
  line-height: 122px;
}

h2 {
  color: #515151;
  font-size: 58px;
  font-weight: 500;
  line-height: 71px;
}

p {
  color: #848484;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  width: 515px;
  margin-top: 32px;
  margin-bottom: 65px;
}

.button-main {
border-radius: 30px;
background: #ADFF00;
width: 239px;
height: 64px;
color: #000;
font-size: 28px;
font-weight: 700;
border: none;
cursor: pointer;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);


}
