#form_creazione {
    height: 605px;
    overflow: auto;
}

#form_creazione::-webkit-scrollbar{
    align-self: auto;
}

#nome_universo {
    width: 50%;
    height: 60px;
    font-size: 36px;
}

#nome_universo::placeholder {
    font-size: 36px;
}

.titolo_creazione {
    color: #34A2F6;
}

.text_creazione {
    background-color: rgba(244, 196, 48, 0.5);
    width: 100%;
    height: 100px;
    font-size: 20px;
}