body {
    font-family: 'roboto' , sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #111;
    
}

h1, h2 {
    color: #ffcc23;
    font-family: 'oswald' , sans-serif;
    background-color: #1e1e1e;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 700px;

}

p {
    color: #262626;
    font-family: 'roboto' , sans-serif;
    padding: 0 10px;
    font-size: 1.1em;
    margin-bottom: 20px;
    background-color: #ffcc23;

}
ul {
    list-style-type: none;
    padding: 0;
    color: #ffcc23;
    padding: 111px;
    background-size: 10px 10px;
    border-radius: 5px;
    background-color: #222;
    max-width: 400px;
    font-family: 'roboto' , sans-serif;
}

li {
    margin: 10px 0;
    padding: 15px;
    font-family: 'roboto' , sans-serif;
}

img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 20px auto;


}
img {
    display: block;
    margin-top: 5px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center; /* по горизонтали */
    align-items: center; /* по вертикали */
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(me.jpg/Бизнес\ план\ барбершо.png);
    background-size: cover;
    background-position: center;
    filter: blur(6px); /* <Размытие */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.btn {
    margin-top: 20px;
    padding: 15px 24px;
    background-color: #ff0000;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 10px;
}

.btn:hover {
    background-color: #ff6666;
    transform: scaleX(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.btn:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btm {  margin-top: 20px;
    padding: 1px 24px;
    background-color: #292929;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 10px;
}
.btm:hover {
    background-color: #666666;
    transform: scaleX(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.btm:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.hero h1 {
    font-size: 3em;
}
.hero button {
    padding: 10px 20px;
    font-size: 1em;
}
@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.5em;
    }
    .hero button {
        font-size: 0.8em;
        padding: 6px 12px;
    }
}
form {
    color: #ffcc23;
}
a {
    font-family:'roboto' , sans-serif ;
    color: #ffcc23;
    padding: 10px;
    border-radius: 5px;
    background-color: #303030;
    padding: 1px 10px;
}
h3 {
    color: #ffcc23;
    font-family: 'oswald' , sans-serif;
    background-color: #373737;
    padding: 15px;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 150px;
    font-size: 50px;

}
h1, h2, h3 {
    background-color: #1c1c1c;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.115); /*обьемная тень*/
    text-align: center;
    font-family: sans-serif;
    margin: 20px auto;
    max-width: 700px;
    font-family: 'oswald', sans-serif;
}
h1, h2 , h3, a , p, li {
    font-family: 'oswald', sans-serif;
}