body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: rgb(15,15,15);
    color: white;

    margin: 0;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainPanel {
    width: 300px;
    margin: 1rem;
    background-color: rgb(10, 10, 10);
    border-radius: 10px;
    filter: drop-shadow(0px 0px 3px #000);
}

.devMessage {
    background-color: green;

    margin: 0;
    padding: 5px;
}

.Me {
    margin: 10;
    margin-top: -5px;
}

.title {
    font-size: 16px;

    justify-content: end;
    margin-left: 80px;
    margin-top: -65px;
    margin-bottom: 20px;
}

.description {
    font-size: 13px;

    padding-top: 5px;
    padding-bottom: 5px;

    border-top: 2px;
    border-bottom: 2px;
    border-left: 0px;
    border-right: 0px;

    border-color: #111;
    border-style: solid;
}