@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
.are-you{
    word-wrap: break-word;
    text-align: center;
    background-color: rgba(2, 236, 136, 0.87);
}
.text-are-you{
    font-size: 36px; 
    font-family: Zilla Slab; 
    font-weight: 600;
    padding:100px;
    color: #000;
    text-decoration: none;

}

.text-are-you a{
    color: black;
    text-decoration: none;
}