html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
    width: 100vw;
    margin: auto;
}
.header {
    background-color: black;
    width: 100vw;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.5px solid gray;
    position:fixed;
    top: 0px;
    z-index: 5;
}
.logo {
    width: 100px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: auto;
    height: 30px;
    margin-right:15px;
}
.logo a {
    text-decoration: none;
    margin: auto 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color: white;
}
.logo a::before {
    text-decoration: none;
    margin: auto 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    color: white;
}
/*.logo a:hover {*/
    /*text-decoration: none;*/
    /*margin: auto 25px;*/
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    /*font-size: 20px;*/
    /*text-shadow: 0 0 30px white, 0 0 20px white, 0 0 10px white;*/
    /*color: black;*/
}
.wrapper {
    background-color: black;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}
.h1 {
    height: 150px;
    text-align: center;
    align-content: center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 40px;
    background-color: black;
    color: white;
    border-bottom: 0.5px solid gray;
    border-top: 10px solid gray;
}
.wrapper .h1 .h2 {
    font-size: 12px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -40px;
    margin-top: 10px;

}
.wrapper img {
    width: 55%;
    height: auto;
    position: relative;
    display: block;
    margin: 30px auto;
    border-radius: 25px;
    border: 1px solid rgb(183, 183, 183);
}
.wrapper .h1 .parfum a {
    text-decoration: none;
}
.footer {
    background-color: black;
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer h3 {
    color: white;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medsos {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5%;
    border-top: 10px solid gray;
    border-bottom: 0.5px solid gray;
    justify-content: center;
}
.medsos img {
    width: 50px;
    position: relative;
    display: inline;
}
.medsos img::before {
    width: 50px;
    position: relative;
    display: inline;
}
/*.medsos img:hover {*/
    /*width: 49px;*/
    /*border-radius: 50px;*/
    /*border: 0.5px solid grey;*/
    /*position: relative;*/
    /*display: inline;*/
}
.medsos a {
    text-decoration: none;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
}
/* RESPONSIVE : 1024px*/
@media screen and (min-width:876px) and (max-width:1024px) {
.wrapper img {
    width: 80%;
    height: auto;
    position: relative;
    display: block;
    margin: 30px auto;
    border-radius: 25px;
    border: 1px solid rgb(183, 183, 183);
}
}

/* RESPONSIVE : 875px*/
@media screen and (min-width:560px) and (max-width:875px) {
.wrapper img {
    width: 80%;
    height: auto;
    position: relative;
    display: block;
    margin: 30px auto;
    border-radius: 25px;
    border: 1px solid rgb(183, 183, 183);
}
}
/* RESPONSIVE : 560px*/
@media screen and (min-width:480px) and (max-width:560px) {
.logo {
    width: 120px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: auto;
    height: 20px;
}
.logo a {
    text-decoration: none;
    margin: auto 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    color: white;
}
.logo a::before {
    text-decoration: none;
    margin: auto 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    color: white;
}
/*.logo a:hover {*/
    /*text-decoration: none;*/
    /*margin: auto 15px;*/
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    /*font-size: 15px;*/
    /*text-shadow: 0 0 30px white, 0 0 20px white, 0 0 10px white;*/
    /*color: black;*/
}
.h1 {
    height: 150px;
    text-align: center;
    align-content:center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    background-color: black;
    color: white;
    border-bottom: 0.5px solid gray;
    border-top: 10px solid gray;
}
.wrapper .h1 .h2 {
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -40px;
    margin-top: 5px;

}
.wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 30px auto;
    border-radius: 25px;
    border: 1px solid rgb(183, 183, 183);
}
.medsos img {
    width: 40px;
    position: relative;
    display: inline;
    margin: auto;
}
.medsos a {
    text-decoration: none;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
    position: relative;
    display:inline;
    align-items:center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer {
    background-color: black;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer h3 {
    color: white;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
}


@media screen and (min-width:370px) and (max-width:480px) {
.logo {
    width: 100px;
    height: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: auto;
    height: 20px;
}
.logo a {
    text-decoration: none;
    margin: auto 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    color: white;
}
.logo a::before {
    text-decoration: none;
    margin: auto 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    color: white;
}
/*.logo a:hover {*/
    /*text-decoration: none;*/
    /*margin: auto 10px;*/
    /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    /*font-size: 14px;*/
    /*text-shadow: 0 0 30px white, 0 0 20px white, 0 0 10px white;*/
    /*color: black;*/
}
.h1 {
    height: 150px;
    text-align: center;
    align-content:center;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    background-color: black;
    color: white;
    border-bottom: 0.5px solid gray;
    border-top: 10px solid gray;
}
.wrapper .h1 .h2 {
    font-size: 14px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: -40px;
    margin-top: 5px;

}
.wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 30px auto;
    border-radius: 15px;
    border: 1px solid rgb(183, 183, 183);
}
.medsos img {
    width: 40px;
    position: relative;
    display: block;
    margin: auto;
}
.medsos a {
    text-decoration: none;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    position: relative;
    display:inline;
    align-items:center;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.footer {
    background-color: black;
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer h3 {
    color: white;
    width: 100%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
}