.title {
    color: rgb(118, 232, 48);
    text-align: center;
}

p {
    color: rgb(95, 69, 11);
    font-size: large;
    font-weight: bolder;
}

a:link {
    color: rgb(95, 69, 11);
}

a:visited {
    color: rgb(95, 69, 11);
}

a:hover {
    color: rgb(95, 69, 11);
}

a:active {
    color: rgb(95, 69, 11);
}

.main {
    margin: 20px;
}

.rock-salt-regular {
    font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-style: normal;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:hover {
    background: #ddd;
}

.tab button.active {
    background: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background: rgba(255, 255, 255, 0.75);
}

.maincontent {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background: rgba(255, 255, 255, 0.75);
}

.invisible {
    display: none;
    visibility: hidden;
}

.porn {
    width: 100%;
  height: auto;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    background-image: url("Image/manure.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    box-sizing: border-box;
}
