body {
    background-color: rgb(0, 0, 0);
}

.welcome {
    color: rgb(0, 0, 0);
    text-decoration: none;
    display: grid;
    justify-content: center;
    align-items: center;


    padding: 1px;
    height: 20px;
    width: 400px;
    border: 10px;
    margin: 250px;
}

.error {
    color: rgb(255, 255, 255)
}
