@media (min-width: 1281px) {

header {
    padding: 30px;
    text-align: center;
    color: white;
    font-size: 38px;
    }
  
  .logo {
      position: absolute;
      top: 20px;
      height: 70px;
      left: 10px;
  }
  
  body {
    margin: 0;
  }
  
  h1 {
    font-family: 'Lexend Deca';
    color: white;
  }
  
  .main-welcome {
    background-color: rgb(24, 24, 24);
    position: relative;
    left: 10px;
    top: 5px;
    width: 142.55543822597676vh;
    height: 300px;
    border-radius: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  
  .welcomeListBTN {
    align-items: center;
    margin: auto;
    position: relative;
    width: 200px;
    height: 50px; 
    font-size: 30px;
    font-family: 'Poppins';
    border-radius: 10px;
    font-weight: 500;
    border: none;
    background-color: rgb(18, 54, 122);
    bottom: 20px;
    color: white;
  }
  
  .welcomeListBTN:hover {
    background-color: rgb(12, 35, 77);
    transition: 30ms ease-in-out;
  }
  
  a {
    color: white;
    outline: none;
    text-decoration: none;
  }
  .main-editors {
    position: absolute;
    right: 1.25rem;
    background-color: rgb(24, 24, 24);
    width: 32.813rem;
    height: 60%;
    top: 6.563rem;
    border-radius: 0.625rem;
  }
  .editors-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .editor-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .editors-label{
    text-align: center;
    margin-top: 1.563rem;
  }
  
  .list-editor-icon {
    position: relative;
    display: flex;
    height: 1.375rem;
  }
  
  .list-editor-label {
    font-family: 'Lexend Deca';
    font-size: 1.3rem;
    vertical-align: 0.188rem;
  }

  .main-changelog{
    background-color: rgb(24, 24, 24);
    position: absolute;
    left: 0.625rem;
    top: 26.563rem;
    width: 84.375rem;
    height: 31.25rem;
    border-radius: 0.625rem;
    display: grid;
    align-items: top;
    justify-content: center;
  }

.main-other {
  background-color: rgb(24, 24, 24);
  border-radius: 0.625rem;
  position: absolute;
  right: 1.25rem;
  bottom: 20px;
  height: 14.75rem;
  width: 32.813rem;
}
.changelog-p {
  text-align: center;
  justify-content: center;
  position: relative;
  vertical-align: top;
  margin-top: 10px;
}
.changelog-p-date {
  text-align: center;
  justify-content: center;
  position: relative;
  vertical-align: top;
}
.changelog-container {
  top: -200px;
  position: relative;
  justify-content: center;
  align-self: center;
}
}
@media (max-width: 1280px) { 
  .main-changelog{
    background-color: rgb(24, 24, 24);
    position: absolute;
    left: 0.625rem;
    top: 23rem;
    width: 680px;
    height: 12rem;
    border-radius: 0.625rem;
    display: grid;
    align-items: top;
    justify-content: center;
  }
  header {
    padding: 10px;
    max-width: 1280px;
    text-align: center;
    color: white;
    font-size: 18px;
    }
  
  .logo {
      position: absolute;
      top: 20px;
      height: 70px;
      left: 10px;
  }
  
  body {
    margin: 0;
  }
  
  h1 {
    font-family: 'Lexend Deca';
    color: white;
  }
  
  .main-welcome {
    background-color: rgb(24, 24, 24);
    position: relative;
    left: 10px;
    top: 5px;
    width: 680px;
    height: 250px;
    border-radius: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  
  .welcomeListBTN {
    align-items: center;
    margin: auto;
    position: relative;
    width: 200px;
    height: 50px; 
    font-size: 30px;
    font-family: 'Poppins';
    border-radius: 10px;
    font-weight: 500;
    border: none;
    background-color: rgb(18, 54, 122);
    bottom: 5px;
    color: white;
  }
  
  .welcomeListBTN:hover {
    background-color: rgb(12, 35, 77);
    transition: 30ms ease-in-out;
  }
  
  a {
    color: white;
    outline: none;
    text-decoration: none;
  }
  .main-editors {
    position: absolute;
    right: 1.2rem;
    background-color: rgb(24, 24, 24);
    width: 18.8rem;
    height: 28.5rem;
    top: 6.563rem;
    border-radius: 0.625rem;
  }
  .editors-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .editor-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .editors-label{
    text-align: center;
    margin-top: 1.563rem;
  }
  
  .list-editor-icon {
    position: relative;
    display: flex;
    height: 1.375rem;
  }
  
  .list-editor-label {
    font-family: 'Lexend Deca';
    font-size: 1.3rem;
    vertical-align: 0.188rem;
  }

.main-other {
  opacity: 0;
}
.changelog-p {
  text-align: center;
  justify-content: center;
  position: relative;
  vertical-align: top;
  margin-top: 10px;
}
.changelog-p-date {
  text-align: center;
  justify-content: center;
  position: relative;
  vertical-align: top;
}
.changelog-container {
  top: 10px;
  position: relative;
  justify-content: center;
  align-self: center;
}
#welcome-paragraph{
  font-size: 14px;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
}