@media (max-width: 830px)  {
#logo {
    height: 20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: drop-shadow(3px 3px 0px black) drop-shadow(-3px -3px 0px white);
}
}
@media (min-width: 830px) {
    #logo {
    height: 40vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: drop-shadow(3px 3px 0px black) drop-shadow(-3px -3px 0px white);
    }
}
#logojoker {
    height: 80vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    background: rgb(44, 39, 39);
    
}

@font-face {
    font-family: 'otherp5';
    src: url(persona.ttf);
}

#lastnews {
    font-size: 10vh;
    font-family: 'otherp5';
    color: white;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0px black;
    text-align: center;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#more {
    background: linear-gradient(to bottom, #ff4141, #df2c2c);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#more:hover {
    transform: scale(1.05);
}

#more:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    height: 400px;
    width: 500px;
    text-align: center;
  }

  .article img {
    width: 500px;
    height: 400px;
    margin-bottom: 8px;
  }

  .article p {
    font-size: 23px;
    white-space: nowrap;
    color: #000000;
    margin: 0;
  }
}

@media (max-width: 768px) {
    .article {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        border: 2px solid #ccc;
        padding: 10px;
        border-radius: 8px;
        cursor: pointer;
        height: 300px;
        width: 400px;
        text-align: center;
      }
    
      .article img {
        width: 400px;
        height: 520px;
        margin-bottom: 8px;
      }
    
      .article p {
        font-size: 20px;
        white-space: nowrap;
        color: #000000;
        margin: 0;
      }
}
  .article:hover {
    transform: scale(1.05);
}

    .article:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#smtp4 {
    height: 350px;
}
#takeba {
    height: 50vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#morerom {
    background: linear-gradient(to bottom, #dfdc2b, #b6a723);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#morerom:hover {
    transform: scale(1.05);
}

#morerom:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#yuki {
    height: 70vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#forum {
    background: linear-gradient(to bottom, #2bdfd0, #1e9e8d);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#forum:hover {
    transform: scale(1.05);
}

#forum:active {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

