body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background: url(images/bg.png) center;
}

table, #welcome {
	width: 50%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}

tr {
	background-color: #fefefe;
}

@media only screen and (max-width: 600px) {
    /* CSS for mobile devices */
    table, #welcome {
        display: block;
        overflow-x: auto;
		width: 100%
    }

    th, td {
        --display: block;
    }

    th {
        text-align: left;
    }
}

		
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
        }
        
        .popup-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
        }
		
input[type=text]{
height: 36px;
padding: 0 16px;
border: 2px solid #ddd;
border-radius: 4px;
outline: 0;
transition: .2s;
}

/* CSS */
.button-11 {
  --display: flex;
  --flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  border-radius: 6px;
  color: #3D3D3D;
  background: #fff;
  border: none;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-11:focus {
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

a{
	color: #3b95e0;
	text-decoration: none;
}

a:hover{
	color: #dd2c5b;
}

#welcome{
  background: rgba(255, 255, 255, 0.8);
}
