@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

* {
    font-family: 'Inter';
    margin: 1;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
    list-style: none;
}
.cookie {
    background: #ffffff;
    height: 100%;
    width: 98%;
    
}
.cook h1 {
    color: black;
    font-family: 'Inter';
    font-style: bold;
    font-weight: 500;
    font-size: 1.3em;
    line-height: 32px;
    /* or 114% */
    width: 98%;
    max-width: 1200px;
    display: flex;
    text-align: center;
    text-decoration: underline;
}
.cook h2 {
    color: black;
    font-family: 'Inter';
    font-style:normal;
    font-size: 1em;
    line-height: 21px;
    /* or 114% */
    width: 96%;
    max-width: 1200px;
    display: flex;
    align-items:center
}
.cook h3 {
    color: black;
    font-family: 'Inter';
    font-style:normal;
    font-size: 1em;
    line-height: 21px;
    /* or 114% */
    width: 96%;
    max-width: 1200px;
    display: flex;
    align-items:center
}
.cook p {
    color: black;
    text-align: justify;
}