﻿body {
    background-color: #272727;
    color: #cccccc;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    font-family: Calibri;
}

.rdt-logo {
    width: 500px;
    margin-bottom: 10px;
    background-color: #00000073;
    border-radius: 7px;
    padding: 5px;
}

.app-version {
    font-weight: bold;
    font-size: x-large;
    margin-bottom: 12px;
}

.release-version {
    margin-top: 0;
}

.tns-logo {
    width: 150px;
    margin-top: 250px;
    background-color: #fff;
    border-radius: 7px;
    padding: 2px;
}

.hlink {
    margin-bottom: 12px;
    font-size: x-large;
}

.delete-button {
    margin-top: 24px;
}