body {
    font-family: "Times New Roman", Times, serif;
    letter-spacing: -0.025rem;
    font-size: 16px;
}

h2 {
    color: deeppink;
    border-bottom: 1px dashed limegreen;
    width: fit-content;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}

a {
    color: limegreen;
}

a:hover {
    font-style: italic;
    color: deeppink;
    text-decoration: none;
}

li {
    list-style: outside "✂ ";
    font-size: 0.8rem;
}

.layout {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}
.headphones {
    border: 0;
    width: 741px;
    border-collapse: collapse;
}

.headphones td {
    padding: 0;
    margin: 0;
}

.header {
    background: url("https://file.garden/Zkk-azEbhyHsv9a-/tab006/1.jpg") no-repeat;
    width: 741px;
    height: 85px;
}

.left-image {
    background: url("https://file.garden/Zkk-azEbhyHsv9a-/tab006/2.jpg") no-repeat;
    width: 68px;
    height: 185px;
}

.content {
    width: 430px;
    height: 100%;
    max-height: 185px;
}

.content p {
    margin: 0;
}

.right-image {
    background: url("https://file.garden/Zkk-azEbhyHsv9a-/tab006/3.jpg") no-repeat;
    width: 242px;
    height: 185px;
}

.footer {
    background: url("https://file.garden/Zkk-azEbhyHsv9a-/tab006/4.jpg") no-repeat;
    width: 741px;
    height: 100px;
    text-align: center;
}

/* Style the tab */
.tab {
}

/* Style the buttons that are used to open the tab content */
.tab button {
}

.tablinks {
    border: 1px solid deeppink;
    background: white;
    border-radius: 5px;
    padding: 3px 8px;
    font-family: inherit;
    font-size: inherit;
    color: deeppink;
    box-shadow: 1px 1px 0;
}

.gohome {
    border: 1px solid limegreen;
    background: white;
    border-radius: 5px;
    padding: 3px 8px;
    font-family: inherit;
    font-size: inherit;
    color: limegreen;
    box-shadow: 1px 1px 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
    box-shadow: none;
    margin: -1px;
    font-style: italic;
}

/* Create an active/current tablink class */
.tab button.active {
    font-style: italic;
    font-weight: bold;
}

/* Style the tab content */
.tabcontent {
    display: none;
    width: 430px;
    height: 100%;
    max-height: 185px;
    overflow-y: auto;
}

.nobutton {
    margin: 0;
    width: 88px;
    height: 31px;
    border: 1px dotted deeppink;
    vertical-align: top;
    background: rgba(255, 20, 147, 0.22);
    border-radius: 5px;
    font-family: Cambria, Cochin, Georgia, Times, monospace;
    font-weight: bold;
    color: deeppink;
}

.nobutton:hover {
    font-style: italic;
    cursor: pointer;
}
