@font-face {
  font-family: 'Peace Sans';
  src: url('fonts/PeaceSans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Peace Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F3EFE6;
}

.section-1 {
    width: 100%;
    background: url("./images/background.png") no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}

.title-main {
    color: #A6C47D;
    font-size: 130px;
    text-align: center;
    padding-top: 228px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
}
.title-second { 
    color: #A6C47D;
    font-size: 150px;
    text-align: center;
    margin-top: -50px;
     -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
}
.title-kakashka {
    color: #fff;
    font-size: 70px;
    text-align: center;
}
.section-2 {
    background: url("./images/backround-green.png") no-repeat;
    background-size: 100% 100%;
    height: 340px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
}

.img-pkg {
    max-width: 177px;
}

.title-menu{
    color: #F3EFE6;
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: #1C7E3C;
    font-size: 230px;
    writing-mode: vertical-rl;
    margin-left: -36px;
}
.section-3{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
}

.position{
    color: #A6C47D;
    font-size: 60px;
    border-bottom: #1C7E3C 10px solid; /* Стили для подчеркивания*/
    margin-bottom: 26px;
}

.ml{
    font-size: 24px;
    margin-left: 10px;
}

.name {
    color:#A6C47D;
    opacity: 0.7;
    font-size: 45px;
    white-space: nowrap /* Чтобы текст не переносился на новую строку*/
}

.makedonia{
    color:#A6C47D;
    opacity: 0.7;
    font-size: 24px;
}

.stroka {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.green-line {
    width: 100%;
    background-color: #A6C47D;
    height: 4px;
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
}
.menu-list {
    margin-bottom: 114px;
}

.coffee-image {
    margin-left: auto; 
    height: max-content;
    margin-top: auto; 
    margin-bottom: 114px;
}
.img-poster {
    position: relative;
    margin-left: 73px;
    margin-top: 50px;
}
.img-postertwo {
    position: relative;
    margin-left: 1000px;
    margin-top: 50px;
    position: ;
}
.position-2 {
    color: #1C7E3C;
    font-size: 121px;
    text-align: center;
    letter-spacing: 5%;
    padding-top: 230px;
}
.lemonad {
    color: #F3EFE6;
    font-size: 42px;
    text-align: center;
    letter-spacing: 3%;
    -webkit-text-stroke-color: #1C7E3C;
    -webkit-text-stroke-width: 3px;
}
.section-4 {
    position: relative;
}
.eyes {
    position: absolute;
    right: 100px;
    bottom: -190px;
    
}
.img-glasses {
    width: 100%;
    background: url("./images/glasses4.png") no-repeat;
    background-size: 100% 100%;
    height: 100vh;  
}
.letters1 {
    color: #1C7E3C;
    font-size: 51px;
    text-align: center;
    letter-spacing: 3%;
    padding-top: 98px;
}
.letters2 {
    color: #1C7E3C;
    font-size: 51px;
    text-align: center;
    letter-spacing: 3%;   
}
.img-letters {
    width: 100%;
    background-size: 100% 100%;
    height: 105vh; 
    padding-left: 6%;
}
