body {
    background-color: #303030;
    margin: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d3d3d3;
}

.mmr {
    padding: 20px;
    border-radius: 30px;
    background-color: #1d1d1d;
}

.tps {
    width: 60%;
    margin: auto;
}

input {
    width: 100%;
    font-size: 1.1vw;
    background-color: #303030;
    border: none;
    color: #e9e9e9;
    padding: 2px;
    border-radius: 1px; 
}

.prs {
    font-size: 3vw;
    font-weight: bolder;
    width: 100%;
    text-align: center;
}

button {
    width: 100%;
    font-size: 1.1vw;
    cursor: pointer;
    background-color: #3a3a3a;
    color: #e9e9e9; 
    border: none;
    padding: 5px;
    border-radius: 5px;
}