@font-face {
    font-family: "SF Fedora";
    src: url("https://db.onlinewebfonts.com/t/14d62910405562b4dfa88ba167594f21.woff2") format("woff2"), 
    url("https://db.onlinewebfonts.com/t/14d62910405562b4dfa88ba167594f21.woff")format("woff");
  }




  details {

    font-size: 1.3rem;
    background-color: aliceblue;
    font-family: "SF Fedora";
    text-align: center;
    border: 3px solid rgb(63, 9, 88);
    border-radius: 0.40rem;
    overflow: hidden;
    max-width: 700px;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em;
  }


  summary {

    color: rgb(63, 9, 88);

  }


  form {


    background-color: #f2f2f2;
    border-radius: 10px;
    max-width: 700px;
    align-items: center;
    margin: 0 auto;

}

input[type=submit] {


  outline-color: rgb(63, 9, 88);
  border-color: rgb(63, 9, 88);
  background-color: white;
   font-family: "Roboto", sans-serif;

}

textarea {


  min-width: 500px;
  min-height: 150px;

}


  body {
  background-image: url(https://i.imgur.com/RbDFdXR.png);
  }

  h1 {
    text-align: center;
     font-family: "Roboto", sans-serif;
    color: rgb(65, 52, 102);
    -webkit-text-stroke: 1px white;
  }

  img {

    width: 350px;
    left: 750px;
    bottom: 230px;
    position: inherit;
    margin-left: 70px;

  }

  .description_site {
    font-size: 1.3rem;
    max-width: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
  }


  h3 {

    -webkit-text-stroke: 0.1px white;
    margin-left: 25px;
    text-align: center;
     font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: rgb(65, 52, 102)
  }

    h3 {

    font-family: 'SF Fedora';
    font-size: 2rem;
    color: rgb(63, 9, 88);

  }

  .stand-card {
  
    max-width: 900px;
    max-height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    outline: auto;
    outline-color: rgb(63, 9, 88);
    background-color: rgba(208, 179, 223, 0.568);
    margin-top: 5px;


  }

  .stand-card img {

    max-width: 180px;
    max-height: 180px;

  }

  .stand-card h3 {

    display: flex;
    align-items: center;
    justify-content: center;

  }

  .stand-card p {

color: rgb(63, 9, 88);

  }

  .special_font {

    font-family: "SF Fedora";

  }

  .no-link {
    text-decoration: none;
    color: inherit;
    -webkit-text-stroke: 0.1px white;

  }

.no-link2 {

  text-decoration: none;

}

  p {

     font-family: "Roboto", sans-serif;
    text-align: center;
    max-width: 450px;
    color: white
    
    

  }

  h2 {

    text-align: center;


  }

  ul {

    max-width: 300px;
  }

  li {

    padding-bottom: 15px;
    color: white
  }


  textarea {

  min-width: fit-content;

}

.right {

  float: right;
}

.left {

  float: left;

}

.center {

  float: center;
}

.no-blue {

  color: rgb(63, 9, 88);
  -webkit-text-stroke: 0.3px white;

}