* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-image: url("../media/design.png");
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
}

header {
    width: 197vh;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    position: relative;
    right: 25px;
    text-align: right;
    bottom: 25px;
}

.logo img {
    height: 85px;
    padding-left: 50px;
}


.logo h1 {
    position: relative;
    color: white;
    width: fit-content;
    display: inline-block;
    font-family: sans-serif;
    bottom: 0px;
    left: 17px;
    letter-spacing: 7px;
    font-size: 45px;
    font-weight: bold;
    line-height: 35px;
}

.logo h1 strong {
    font-family: 'Mansalva', cursive;
    letter-spacing: 5px;
    font-size: 45px;
}

ul {
    list-style: none;
    display: flex;
    margin-right: 50px;
    width: 800px;
    justify-content: space-between;
}


.LINKS ul h2 li {
    font-size: 23px;
    font-family: sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-weight: 900;
    padding-left: 0px;
    padding-bottom: 10px;
    transition: 0.3s;
}

.LINKS ul h2 li:hover {
    cursor: pointer;
    border-bottom: solid 3px rgb(250, 230, 163);
    margin-left: 20px;
}

.container {
    height: 760px;
    width: 197vh;
    margin-top: 5px;
}


#mug {
    height: 750px;
    position: relative;
    left: 50px;
    z-index: 10;
    transition: 1s;
}

#mug:hover{
    filter: invert(1);
    cursor: pointer;
    height: 800px;
}

.zakzak {
    position: relative;
    z-index: 0;
    height: 260px;
    width: 260px;
    border-radius: 50%;
    border-style: dashed;
    background-color: rgb(67, 52, 43);
    bottom: 320px;
    left: 170px;
}

.zakzak h1 {
    color: rgb(217, 195, 136);
    text-align: center;
    font-family: cursive;
    padding-top: 75px;
    font-size: 38px;
}

.title {
    width: fit-content;
    position: absolute;
    top: 320px;
    left: 210px;
}

.title h2 {
    font-family: sans-serif;
    font-weight: bold;
    width: fit-content;
    color: white;
    font-size: 140px;
    letter-spacing: 0px;
    line-height: 120px;
}

.title h3 {
    width: fit-content;
    font-size: 130px;
    letter-spacing: 10px;
    color: rgb(217, 195, 136);
    text-shadow: 22.957px 12.206px 24.36px rgba(0, 0, 0, 0.36);
    font-family: cursive;
    z-index: 0;
    position: absolute;
    left: 10px;
    bottom: -10px;
    line-height: 180px;
    transform: rotate(-5deg);
    filter: brightness(0.9);
}

.title button {
    width: 215px;
    position: relative;
    top: 110px;
    left: -10px;
    text-align: center;
    padding: 14px;
    border: none;
    font-size: 22px;
    font-weight: bold;
    transition: 0.7s;
    color: rgb(67, 52, 43);
    background-color: rgb(217, 195, 136);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
                rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.title button:hover {
    cursor: pointer;
    font-size: 25px;
    margin-left: 50px;
    color: rgb(217, 195, 136);
    background-color: rgb(67, 52, 43);
} 

.title p {
    font-family: sans-serif;
    color: white;
    font-size: 40px;
    letter-spacing: 3px;
    position: relative;
    top: 260px;
    text-align: left;
    right: 200px;
}

.menu {
    position: relative;
    height: 430px;
    width: 400px;
    bottom: 685px;
    left: 1400px;
}

.menu ul  {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu i {
    color: white;
    transition: 0.6s;
    font-size: 35px;
    padding-right: 40px;
}

.menu h1 li {
    width: fit-content;
    font-family: cursive;
    color: rgb(217, 195, 136);
    font-size: 46px;
    padding: 20px;
}

.menu i:hover {
    cursor: pointer;
    opacity: 0.6;
}

.social {
    position: relative;
    width: 220px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 535px;
    left: 1680px;
}

.social span {
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 50%;
    background-color: rgb(250, 230, 163);
}

.social span i {
    text-align: center;
    padding: 7px;
    font-size: 28px;
}

.social span i:hover {
    opacity: 0.5;
    cursor: pointer;
}

a {
    position: relative;
    bottom: 540px;
    left: 1600px;
}