.josefin-sans {
    font-family: "Josefin Sans", sans-serif;
  }

.inter{
    font-family: "Inter", sans-serif;
}
.white {
    color: white;
}
html, body, ul{
    margin: 0;
    padding: 0;
    background-color: #1B1924;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: center;
    min-width: 320px;
    max-width: 420px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.container >img{
    width: 200px;
    margin-top: 30px;
    box-sizing: border-box;
    align-self: center;
}

h1{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
h3{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 0 0

}

.input-field{
    font-family: "Inter", sans-serif;
    font-size: 25px;
    padding: 11px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #444059;
    border: none;
    color: white;
    padding-bottom: 100px;
}
.input-field::placeholder{
    font-family: "Inter", sans-serif;
    text-align: start;
    font-size: 20px;

}
.input-area{
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: auto;
}
input{
    font-family: "Inter", sans-serif;
    gap: 10px;
    width: 100px;
    margin-top: 20px;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #444059;
    border: none;
    flex-grow: 1;
    color: white;
}

input::placeholder{
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 20px;
}
.publish{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.send{
    width: 100px;
    padding: 20px 0px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #28A9F1;
    border: none;
    flex-grow: 1;
    color: black;
    font-size: 30px;
    font-weight: 900;

}
ul{
    margin: 0px;
    padding: 0px;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
}
li{
    font-family: "Inter", sans-serif;
    padding: 5px 30px 5px 30px;
    margin-top: 20px;
    background-color: white;
    gap: 0px 40px;
    justify-content: center;
    list-style: none;
    flex-grow: 1;
    user-select: none;
}

.review-contain{
    display: flex;
    justify-content: space-around;
}

.review-contain > img{
    width: 16px;
    height: 16px;
    align-self: center;
    margin-left: auto;
}

.compteur{
    align-self: center;
}

.endorsementDiv, p{
    max-width: 420px;
    overflow-wrap: break-word;

}
textarea {
    /* will prevent resizing horizontally */
    resize:vertical;
 }

 footer{
    color: gray;
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 13px;
    opacity: 60%;
 }

 #error-container{
    color:red;
    font-weight: 800;
    text-align: center;
    font-size: 24px;
 }
