@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

header {
    margin: 47px 0 177px 42px;
    cursor: pointer;
}

.link-header {
    text-decoration: none;
    color: #17233D;
    margin-right: 32px;
    font-size: 14px;
}

button {
    background: #4CB538;
    width: 124px;
    height: 51px;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.imagem-logo {
    width: 534px;
    height: 467px;
    margin-left: 121px;
    display: inline-block;
}

div {
    display: inline-block;
    margin-left: 84px;
    margin-bottom: 342px;
}

h1 {
    width: 582px;
    height: 164px;
    font-weight: 700;
    font-size: 62px;
    line-height: 82px;
    margin-bottom: 47px;
}

p {
    width: 493px;
    height: 99px;
    margin-bottom: 55px;
}

.learn {
    text-decoration: none;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #6FBF44;
    cursor: pointer;
    width: 112px;
    height: 27px;
}