body{
	background-color: #051632;
}

.h-full{
	min-height: 100vh;
}

.h-semifull{
    min-height: 60vh;
}

.input-form{
	min-width: 18em;
}

.input-form-max{
    font-size: 18pt;
    min-width: 16em;
    max-width: 25em;
}

input::placeholder{
    color: #0b0b0b;
}

h1,h2,h3,h4,h5,p{
    color: white;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5271ff;
    position: relative;
}

.letter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
    font-size: 40px;
    color: transparent;
    -webkit-text-stroke: 3px white;
}

.text {
    color: white;
    font-size: 28px;
    margin-left: 10px; /* Ajusta el margen según tu preferencia */
}

#textarea1{
    height: 120px;
}

#resena{
    height: 170px;
}

.text-green{
    color: #0fe29c;
}

.text-giant{
    font-size: 36pt;
}