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

a {
    color: #333;
    font-family: 'Poppins', sans-serif;

}

body {
    padding-top: 20px;
    padding-right: 100px;
    padding-left: 100px;

}

.conteudo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.texto {
    width: 600px;
}

.img {
    width: 600px;
    display: flex;
    justify-content: flex-end;
    margin-top: 140px;
}

.conteudo-img {
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-left: 40%;
    margin-top: 13%;
}

h2 {
    color: #333;
    font-size: 60px;
    font-weight: 500;
}


span {
    color: #017143;
    font-size: 70px;
    font-weight: 900;
}

p {
    font-size: 16px;

}

button {
    background: #017143;
    color: white;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-top: 20px;

}

.logo {
    width: 80px;
}

.starbucks {
    width: 300px;
    position: fixed;
}

.botao-menu {
    width: 60px;
    transition: 1s;
    cursor: pointer;
    margin: 10px;

}

.botao-menu:hover {
    transform: translateY(-25px);

}

.circulo {
    position: fixed;
    width: 598px;
    height: 500px;
    background: #017143;
    margin-top: 267px;
    margin-left: 900px;
    clip-path: circle(600px at right 700px);
    z-index: -1;
}

.link-starbucks {
    color: #017143;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 50px;
    
}