html{
    min-height: 100%;
    height: max-content;
    background-color: rgb(31, 13, 31);
    background-image: linear-gradient(to bottom,  rgb(31, 13, 31), rgb(33, 19, 45));
}

body{
    display: grid;
    grid-template-columns: 128px 1fr;
    margin: 0;
}

.success {
    color: green;
}

.error{
    color: red;
}

.status{
    display: inline-grid;
    grid-template-columns: auto auto;
    column-gap: 1rem;
    align-items: center;
}

.return > svg{
    stroke: rgb(206, 159, 210);
}

.return:visited > svg{
    stroke: rgb(206, 159, 210);
}

.back{
    position: fixed;
    margin-top: 20px;
    margin-left: 20px;
}

.back > svg{
    stroke: rgb(206, 159, 210);
}

.back:visited > svg{
    stroke: rgb(206, 159, 210);
}
