body {
    background-color: rgb(77, 77, 77);
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

.mob-button{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    

}