body {
    background-image:  linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("background1.jpg");
    /* background-color: rgb(253, 170, 72, 0.6) !important; */
    align-items: center;
    text-align: center;
}

h1, h3 {
    font-family: "Domine", serif;
}

.input1 {
    width: 60% !important;
}

#encrypted-text {
    font-family: "Domine", serif;
}

.send {
    display: inline;
    background-color: blue;
    color: white;
    padding-right: 0;
    margin-right: 0;
}

.container {
    display: inline-block;
}
.typed-out {
    overflow: hidden;
    white-space: nowrap;
    animation: typing 3s steps(50, end) forwards;
    font-size: 1.6rem;
    width: 0;
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

.notes {
    padding-left: 20px;
    display: block;
}

.making-notes {
    padding-left: 40px;
    font-size: 20px;
    font-family: 'Domine', serif;
}

.revealing-notes {
    padding-left: 40px;
    font-size: 20px;
    font-family: 'Domine', serif;
}

.green {
    color: green;
    display: inline;
}