
body{
    background-color: lightpink;
}
.verticallineL {
position: absolute; /* Fixed position relative to viewport */
top: 0;
left: 23.94%; /* Center line */
height: 2000px; /* Full viewport height */
width: 3px; /* Line width */
background-color: #410707; /* Line color */
z-index: 1; /* Below content */
}

.verticallineR {
    position: absolute; /* Fixed position relative to viewport */
    top: 0;
    left: 73.94%; /* Center line */
    height: 2000px; /* Full viewport height */
    width: 3px; /* Line width */
    background-color: #410707; /* Line color */
    z-index: 1; /* Below content */
    }
 
.title{ 
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: darkred;
}
.subtitle{
    top: 9%;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: smaller;
}
.contents{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #420723;
}

.recepie{
    text-align: center;
    font-size: smaller;
}

.title4{
    text-align: center;
    
}
.title5{
    text-align: center;
    font-size: larger;
    font-family: 'Courier New', Courier, monospace;
    color: #610632;
}
.ingredients{
    text-align: center;
    font-size: larger;
}
.preparation{
    text-align: center;
    font-size: larger;
}
.cocktailtype{
    text-align: center;
}