* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat";
}

@media screen and (min-width: 360px) {
  #a2 {
    color: red;
  }
  .links {
    display: none;
  }

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  /* IMAGINE */
  .logo-image {
    width: 150px;
    height: 60px;
    margin-left: 20px;
    cursor: pointer;
  }

  /* OPTIUNI */
  .linked {
    text-decoration: none;
  }

  .options {
    background-color: black;
    inset: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
    gap: 50px;
  }

  .close {
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    align-self: center;
    cursor: pointer;
    font-size: 40px;
    font-family: "Montserrat";
    font-weight: bold;
  }

  .close:active {
    background-color: red;
    color: white;
  }
  .options-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
  }
  .linked:active {
    color: red;
  }
  .linked {
    color: white;
    font-size: 20px;
  }

  /* BUTTON */
  /* .options-links {
    display: none;
  }

  .close {
    display: none;
  } */

  .burger {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    justify-content: center;
    /* margin-right: 20px;
    margin-top: 30px; */
    margin-right: 20px;
  }
  .burger-obj {
    background-color: black;
    height: 4px;
    width: 30px;
    border-radius: 12px;
    cursor: pointer;
  }

  .button {
    position: fixed;
    right: 0;
    top: 150px;
    background-color: rgb(255, 0, 0);
    color: white;
    border: none;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 10px;
  }

  .button:focus {
    background-color: rgb(209, 14, 14);
  }

  /* ARTICLE */

  .wrapper {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20%;
    margin-bottom: 20%;
  }

  p {
    font-size: 20px;
    text-align: justify;
  }

  h3 {
    font-size: 32px;
  }

  article {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  h3,
  p {
    text-align: center;
  }

  .copy {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 0;
  }
}

@media screen and (min-width: 700px) {
  .links {
    gap: 30px;
    display: flex;
    margin-right: 20px;
  }

  a:focus,
  a:hover {
    color: rgb(255, 0, 0);
  }

  .link-origin {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: medium;
  }
  .burger {
    display: none;
  }

  /* OTHER */

  .button {
    font-size: 20px;
  }

  .container-1 {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-self: flex-end;
    gap: 20px;
  }

  .container-1 h3 {
    text-align: end;
  }

  .container-2 {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-self: flex-start;
    gap: 20px;
  }

  .container-2 h3 {
    text-align: start;
  }

  .container-3 {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-self: flex-end;
    gap: 20px;
  }

  .container-3 h3 {
    text-align: end;
  }
  .container-4 {
    display: flex;
    flex-direction: column;
    width: 60%;
    align-self: flex-start;
    gap: 20px;
  }

  .container-4 h3 {
    text-align: start;
  }
  .wrapper {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (min-width: 1200px) {
  /* NAVBAR */
  .links {
    position: relative;
  }
  .bara {
    width: 10px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: 176px;
    top: -79px;
  }

  nav {
    margin-left: 100px;
    margin-right: 100px;
  }

  .link-origin {
    font-weight: bold;
    font-size: 20px;
  }

  .logo-image {
    width: 200px;
    height: 100px;
    margin-left: 20px;
  }

  /* END OF NAVBAR */

  .wrapper {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10%;
    gap: 200px;
  }

  p {
    font-size: 26px;
    text-align: start;
  }

  h3 {
    font-size: 50px;
  }

  .copy {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  /* NAVBAR */
  nav {
    margin-left: 150px;
    margin-right: 150px;
  }
  /* END OF NAV */

  .wrapper {
    margin-left: 150px;
    margin-right: 150px;
  }
}
