@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');

body
    {
        font-family: "Sniglet", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size:x-large;

        background-image: linear-gradient(rgba(249, 249, 249, 0.3)), 
                      url("../img/cafegi.gif");
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
    }

header
    {
        background-color: #c1ac97;
        color:#403428;
            text-align: center;
            font-size: 32px;
            font-weight: 5;
            width: 100%;
            height: 88px;
        top: 60;
    }

table
    {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
    }


h2
    {
        color:#403428;
    }

h3
    {
        text-decoration: underline;
        color:#B99570;
        text-decoration-thickness: 2px;
        flex-direction: column;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 0;
    }

div.bebida
    {
        display: flex;          
        align-items: flex-start; 
        gap: 40px;
        flex-direction: column;
        margin-bottom: 50px;
        padding: 0 20px 20px 20px;

        margin-bottom: 50px;
    }

#inf-id
    {
        display: flex;       
        align-items: flex-start; 
        gap: 30px;              
        margin-bottom: 50px;
        padding: 20px;
    }

p
    {
        flex: 1;
        font-size: 25px;
        line-height: 1.6;
        background-color: #f9f9f9;
        color:#403428
    }

img
    {
        width: 600px;
        height: auto;
        border-radius: 10px;
        flex-shrink: 0;
    }

a:link
    {
        color: #DCCDAE;
        background-color:#403428;
    }

a:visited
    {
        color:#403428;
        background-color: #DCCDAE;
        background-color: none;
    }