
.styled {
    color: #333;
    font-size: 60px;
    font-family:monospace;
    margin: 0;
    padding: 0;
}

body{
    background-color: #ABC;
    height: 100%;
    height: calc(100vh - 50px);
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#center {
    text-align: center;
    position: relative;
    top: 50%;
    width: 100%;
    margin: 0;
}
#errormsg {
    font-size: 40px;
}
.ip_table{
	margin-top: 100px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-family: monospace;
}
.ip_table td{
	padding-right: 20px;
}