*
{
    padding: 0%;
    margin: 0%;
}

body
{
    background-color: #fefcf7;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.header
{
    display: flex;
    justify-content: space-between;
    background-color: #fefcf7;
    align-items: center;
    padding: 20px;
}


.name
{
    font-family: "Fraunces",serif;
    font-size: 30px;
    font-weight: 900;
    color: #2c343e;
}

.sites
{
    text-decoration: none; 
    color: #2c343e;
    font-family: "Fraunces",serif;
    font-weight: 900;
    padding-left: 20px;
}

.sites:hover
{
    color: rgb(82, 160, 177);
}

.intro
{
    height: 80%;
    width: 100%;
    padding-top: 10px;
    border-radius: 10px;
    background: url(./coffee_box.jfif) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.title
{
    font-family: "Fraunces",serif;
    font-size: 50px;
    line-height: 40px;
    display: flex;
    text-align: center;
    letter-spacing: normal;
    color: white;
    padding-top: 70px;
    padding-left: 40px;
}

.t2
{
    font-family: "Fraunces",serif;
    font-size: 50px;
    line-height: 40px;
    display: flex;
    text-align: center;
    letter-spacing: normal;
    color: white;
    padding-top: 10px;
    padding-left: 40px;
}

.desc
{
    font-family: "Fraunces",serif;
    letter-spacing: normal;
    display: flex;
    text-align: left;
    color: white;
    padding-top: 40px;
    padding-left: 40px; 
    font-size: 20px;
    height: 100px;
    width: 50%;
}

.btn
{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Fraunces",serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: normal;
    background: #0e8784;
    border-radius: 6px;
    height: 56px;
    width: 190px;
    margin-top: 40px;
    margin-left: 40px;
    color: white;
}

.col
{
    font-family: "Fraunces",serif;
    font-weight: 900;
    font-size: 100px;
    line-height: 70px;
    text-align: center;
    color: #83888f;
    padding: 30px;
    position: relative;
}

.types
{
    display: flex;
    flex-direction: columns;
    width: 100%;
}

.coff
{
    width: 250px;
    text-align: center;
    padding: 30px;
}

.img_coffee
{
    width: 255px;
    height: 190px;
}

.coff_t
{
    font-family: "Fraunces",serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #333d4b;
}

.coff_info
{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: normal;
    text-align: center;
    color: #83888f;
}

.choose
{
    height: 500px;
    width: 100%;
    padding-top: 40px;
    border-radius: 10px;
    background-color: #2c343e;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

.t3
{
    font-family: "Fraunces",serif;
    font-size: 50px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    text-align: center;
    letter-spacing: normal;
    color: white;
    padding-top: 20px;
    padding-left: 35%;
    /* background-color: #0e8784; */
}

.why
{
    font-family: "Fraunces",serif;
    letter-spacing: normal;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
    padding-top: 40px;
    padding-left: 25%;
    align-items: center; 
    font-size: 18px;
    height: 100px;
    width: 50%;
}

.options
{
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 35px;
}

.box
{
    width: 300px;
    height: 200px;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0e8784;
    margin: 10px;
    border-radius: 10px;
}

.c1
{
    font-family: "Fraunces",serif;
    font-weight: 900;
    font-size: 25px;
    line-height: normal;
    letter-spacing: normal;
    color: #fefcf7;
    padding-top: 15px;
}

.c2
{
    font-size: 15px;
    line-height: 25px;
    letter-spacing: normal;
    text-align: center;
    color: #fefcf7;
    padding-top: 20px;
}

.dot
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #096564;
    border-width: 10px;
}

.line
{
    width: 100px;
    color: #c97133;
}

.timeline
{
    padding: 20px;
    width: 90%;
    background-color: #83888f;
}

.cards
{
    display: flex;
    flex-direction: row;
    padding: 10px;
}
.c_b
{
    width: 22%;
}

.no
{
    font-family: "Fraunces",serif;
    font-weight: 900;
    font-size: 80px;
    line-height: 72px;
    letter-spacing: normal;
    color: #fdd6ba;
    padding-left: 20px;
}

.c_t
{   
    font-family: "Fraunces",serif;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: normal;
    color: #333d4b;
    padding-left: 20px;
}

.c_d
{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: normal;
    color: #333d4b;
    padding-left: 20px;
    padding-top: 10px;
}

.footer
{
    left:0;
    bottom: 0;
    background-color: #2c343e;
    height: 120px;
    width: 100%;
    text-align: center;
}

.name1
{
    font-family: "Fraunces",serif;
    font-size: 30px;
    color: #fefcf7;
    font-weight: 900;
}

.site1
{
    text-decoration: none; 
    color: #fefcf7;
    font-family: "Fraunces",serif;
    font-weight: 900;
    padding-left: 20px;
    font-size: 20px;
}

.site1:hover
{
    color: rgb(82, 160, 177);
}