@font-face {
    font-family:AmazonEmberDisplay;
    font-weight:400;
    font-style:normal;
    src:url(../font/webfonts/AmazonEmberDisplay_W_Rg.woff2) format("woff2")
}
@font-face {
    font-family:AmazonEmberDisplay;
    font-weight:500;
    font-style:normal;
    src:url(../font/webfonts/AmazonEmberDisplay_W_Md.woff2) format("woff2")
}
@font-face {
    font-family:AmazonEmberDisplay;
    font-weight:700;
    font-style:normal;
    src:url(../font/webfonts/AmazonEmberDisplay_W_Bd.woff2) format("woff2")
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: AmazonEmberDisplay,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 390px;
    height: 844px;
}

#main {
    background-color: #232F3E;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

#main::before {
    content: "";
    background-image: url('../img/cafe.jpeg');
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#card {

    background-color: #232F3E;
    color: #ffffff;
    width: 1080px;
    height: 720px;
    border: solid 1px #232F3E;
}

#left {
    width: 360px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
}

#drink_image{
    position: relative;
    width: 360px;
    height: 360px;
    top: 0px;
    left: 0px;
}

#qr_path {
    position: absolute;
    width: 360px;
    height: 360px;
    top: 360px;
    left: 0px;
}

#right {
    width: 720px;
    position: absolute;
    left: 360px;
    top: 20px;
    text-align: top;
    border-left: solid 1px #232F3E;
    height: 700px;
}

#header {
    left: 5px;
    position: relative;
    padding-left: 5px;
}

#label {
    height: 40px;
    position: relative;
}

#cocktail_name {
    color: #ff9900;
}

h1 {
    font-size: 300%;
}

h3 {
    position: relative;
    font-size: 100%;
    text-transform: uppercase;
    top: -15px;
    left: 5px;
}

h2 {
    position: relative;
    text-transform: uppercase;
    font-size: medium;
    top: 10px;
}

#recipe_body {
    color: #232F3E;
    position: absolute;
    top: 107px;
    padding-left: 35px;
    padding-top: 15px;
    padding-right: 15px;
    height: 579px;
    font-size: 150%;
    background-color: #ffffff;
}

p {
    padding-top: 15px;
}

#index_header {
    margin: 15px;
}

#start {
    position: absolute;
    bottom: 25px;
    margin: auto;
    width: 100%;
    text-align: right;
    right: 80px;
}

#how {
    position: absolute;
    bottom: 25px;
    margin: auto;
    width: 100%;
    text-align: left;
    left: 15px;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #ffffff;
}
#arch {
    text-align: center;
    position: relative;
    top: -80px;
    display: none;
}

#arch img {
    border: solid 5px #ff9900;
    width: 90%;

}
