*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
body{
    font-family: 'Montserrat', sans-serif;

}

.container{
    margin: 0 15px;
}
.img_letter{
    width:30px; 
    margin:0 10px;
    transition: all ease-in-out 0.3s;
}

#littleChrome{
    font-size:14px;
}

.connect_button{
    flex-direction: row !important;
    text-align: center;
    font-size: 16px !important;
    position: absolute;
    flex-direction: column;
    top: 30px;
    right: 30px;
}
table {
    display: block;
    width: 100%;
    border-collapse: collapse;
    padding:0 140px;
    table-layout: fixed;
  }

  th, td {
    padding: 8px;
    text-align: left;
    word-break: break-word;
    border: 1px solid #ddd;
  }
th>p,td>p{
font-weight: 700;    
}
  th {
    background-color: #f2f2f2;
  }

  @media (max-width: 600px) {
    #littleChrome{
        font-size:12px;
    }
    table{
        padding:0 10px;
    }
    th, td {
        font-size: 14px;
        padding: 6px;
      }
      th:first-child, td:first-child {
        padding-top: 12px;
      }
      th:last-child, td:last-child {
        padding-bottom: 12px;
      }
      table {
        margin-bottom: 10px;
      }
  }
#problems{
    color:red;
    text-align: center;
    font-size: 14px;
}
.paragraph{
    display: grid;
    justify-content: left;
    align-content: flex-start;
    min-width: 320px;
    width: 100%;
    font-size: 20px;
    text-align: left;
    padding:0 140px;
}
ul>li{
    margin-bottom: 10px;
    list-style-type: none; 
    margin-right: 0.5em;
}
ol>li{
    margin-bottom: 15px;
    margin-left: 20px;
}
ul>li:before {
    content: "•"; 
    font-weight: 700;
    font-size: 20px;
    margin-right: 0.5em;
  }

.paragraph > h3{
    text-align: left;
    font-weight: 700;
    margin: 0px !important;
}
.paragraph > h2{
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    margin: 0px !important;
}
.paragraph > p{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    margin: 0px !important;
}
.main__block{
    height: 100vh;
    background: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main__block_data{
    position: fixed;
    margin: -15px;
    width: 100vw;
    top: 0;
    z-index: 9;
    height: 105vh;
    background: aliceblue;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flex_element{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 45px;
}
.hello_h2{
    font-size: 60px;
    line-height: 72px;
}
.text_under{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
#sendtextArea{
    margin-bottom: 20px;
}
.custom-textarea {

    font-family: 'Montserrat', sans-serif;
    font-size:1.125rem;
    margin-bottom: 20px;
    border-radius: 10px;
    resize: none;
    height: 140px;
    padding: 25px;
    width: 100%;
    max-width: 400px;
  }
.boldText{
    font-weight: 700 !important;
}
#drawingCanvas{
border: 1px solid black;
border-radius: 10px;
width: 100%;
height: 100%;
max-width: 400px;
max-height: 400px;
}

.buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .share-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
    padding: 5px 10px;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 500;
    color: black;
    border: 1.5px solid black;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    cursor: pointer;
    gap:5px;
    transition: all ease-in-out 0.3s;
  }

  .img_button{
    width: 35px;
  }
  
  .share-button:hover {
    background-color: #1983FF;
    color: #fff;
    border: 1.5px solid #1983FF;
  }

  #textarea_div{
    display: none;
    justify-items: center; 
    align-items: center; 
    opacity: 0;
    transition: opacity 1.5s;
  }

  .textarea_description{
    margin-bottom: 20px;
  }
.button_stimul{
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 100%;
    max-width: 400px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    padding: 16px 38px;
    font-size: 1.125rem;
    border: 1.5px solid black;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

.second_button{
    background-color: #fff;
    color: black;
    font-weight: 500;
    border: 1.5px solid black;
}

.button_stimul:hover{
    background-color: #1983FF;
    color: #fff;
    border: 1.5px solid #1983FF;
}
.button_stimul:hover .img_letter{
filter: invert(1);
}

.logo{
    width: 101px;
}
@media screen and (max-width:788px){

    .img_button{
        width: 30px;
      }

.connect_button{
    font-size:13px !important;
}

    .connect_button{
        right: auto;
    }
    .paragraph{
        width: 100%;
        min-width: 320px;
        font-size: 20px;
        text-align: left;
        padding: 0 10px;
    }
    .paragraph > h3{
        text-align: left;
        font-weight: 700;
    }
    .paragraph > p{
        text-align: left;
        font-weight: 400;
    }
    .button_stimul{
        max-width:320px;
        font-size: 1rem;
        padding: 15px 20px;
    }
    .hello_h2{
        font-size: 24px;
        line-height: 30px;
    }
    .text_under{
        font-size: 1rem;
    }
    .logo{
        width: 58px;
    }
}