* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #202125;
}

.mar {
    height: 25vh;
    width: 20vw;
    padding: 3px;
    border-radius: 20px 0 20px 0;
}

h2 {
    color: white;
    font-size: 5vh;
    text-align: center;
    word-spacing: 7px;
    letter-spacing: 2px;
    display: inline-block;
    margin-left: 40%;
    font-family: 'Merriweather', serif;
}

.nav1 a {
    color: white;
    display: inline-block;
    font-size: 19px;
    margin-left: 50px;
    padding-left: 48px;
    text-decoration: none;
}

section {
    margin-top: 20px;
}

marquee {
    /* height: 240px; */
    border: 5px solid white;
    border-radius: 20px 3px 30px 3px;
    background-color: rgba(255, 255, 255, 0.1);
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
}

.head {
    background-image: url(onepiece2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 41vh;
    position: relative;
}

h2:hover {
    color: red;
    font-family: 'Dela Gothic One', cursive;
}

.nav1 a:hover {
    text-decoration: underline;
    color: white;
}

#timg {
    height: 23vh;
    width: 12vw;
    transition: transform 0.2s linear;
    cursor: pointer;
}

#timg:hover {
    transform: scale(1.05);
}

.imagelink {
    margin-top: 50px;
    margin-left: 50px;
    width: 10vw;
    display: inline-block;
}

.imagelink3 td {
    height: 1vh;
    padding: 10px 10px 20px 10px;
    background-color: #2A2C31;
}

.imagelink2 {
    border-radius: 30px 3px 30px 3px;
    border-color: #2A2C39;
    margin-left: 50%;
    background-color: #2A2C31;
    width: 90%;
    border-collapse: collapse;
    border-style: none;
}

.imagelink3 p {
    display: inline-block;
    font-style: italic;
    font-size: larger;
}

.imagelink3 img {
    min-height: 250px;
    min-width: 80px;
    border-radius: 10px;
}

.imagelink3 td p {
    font-family: 'Pixelify Sans', cursive;
}

p {
    font-size: 5vh;
    color: white;
    cursor: pointer;
}

@media (min-width: 700px) {
    marquee {
        height: 200px;
    }
    marquee img {
        height: 12vh;
        object-fit: cover;
    }
}

tr {
    border: 2px solid black;
}

.img1 {
    background-image: url(demon2.jpg);
    /* background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
    display: block;
    margin-bottom: 10vh;
    margin-top: 20px; */
    min-height: 400px;
}

.img2 {
    background-image: url(demon.jpg);
    min-height: 400px;
}

.img3 {
    background-image: url(shinchan.webp);
    min-height: 400px;
}

.img1,
.img2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h3 {
    color: white;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
}

#desc {
    font-size: 20px;
    display: flex;
    background-color: grey;
    margin-top: 150px;
}

#last {
    font-size: 15px;
}

footer {
    display: flex;
    /* flex-direction: row; */
    flex-flow: row wrap;
    padding: 52px;
    /* background-color: #011c39; */
}

@media screen and(min-width:600px) {}

.footer {
    background: linear-gradient(45deg, #0a0a0a, #3a4452);
    border-radius: 70px 0px 70px 1px;
}

.container {
    /* background: linear-gradient(45deg, #0a0a0a, #3a4452); */
    color: white;
    display: flex;
    height: 15rem;
}

.p1 {
    width: 10rem;
    margin-left: 50px;
}

.p2 {
    margin-left: 100px;
}

.p2 ul li {
    text-decoration: none;
    color: white;
}

.p3 {
    margin-left: 100px;
}

.p3 ul a {
    text-decoration: none;
    color: white;
}

.p4 {
    margin-left: 140px;
}

.p4 a {
    padding-left: 10px;
    color: white;
}

.p4 a img {
    padding-top: 10px;
}

#foo {
    list-style: none;
}

#foo li {
    padding-top: 5px;
}

.box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.p1 p {
    font-size: 16px;
}

hr {
    margin: auto;
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
}

#copyright {
    text-align: center;
    font-size: 20px;
    margin-left: 40%;
}

#hh {
    text-decoration: none;
}