body {
    font-family: "Roboto", sans-serif;
    background-color: rgba(13, 27, 42, 1);
    color: white;
    display: grid;
    justify-items: center;
}

.container {
    position: fixed;
    max-width: max-content;
    display: grid;
    justify-items: center;
}

form {
    justify-items: end;
}

button {
    cursor: pointer;
}

#message {
    height: 10rem;
    width: 20rem;
}

.inp {
    justify-content: center;
    margin: 1rem;
    max-width: max-content;
    position: relative;
    justify-self: end;
}