body {
    margin: 0;
    background: url("sound_recording_studio_3840x2160.jpg") center/cover no-repeat;
    background-attachment: fixed;
    color: #fff;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(13, 13, 13, 0.85);
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background: rgba(0,0,0,0.95);
    border-bottom: 1px solid #222;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #00c2ff;
}

.topbar nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.topbar nav li {
    margin-left: 20px;
}

.topbar nav a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.topbar nav a:hover {
    color: #00c2ff;
}

.hero {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.overlay h1 {
    font-size: 48px;
    margin: 0;
}

.overlay p {
    color: #ccc;
    margin: 10px 0 20px;
}

.btn {
    background: #2eb3dc;
    color: #000;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn:hover {
    background: #faf6f6;
}

main {
}

.card {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    margin: 0 20px 20px 20px;
}

.card h2 {
    color: #05b8ef;
}

footer {
    text-align: center;
    padding: 15px;
    background: #000000;
    border-top: 1px solid #222;
}

.Session_Form{
    display: flex;
    justify-content: center;
}
.Book_a_Session_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contact-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}