body {
    background-color: #001e41;
    color: white;
}

iframe {
    border-color: black;
}

textarea {
    width: 100%;
    height: 30%;
    text-align: center;
    font-size: 50px;
}

button {
    background-color: rgba(0, 122, 204, 0.658);
    color: white;
    border-color: white;
    width: 100%;
    height: 30%;
    font-size: 60px;
}