@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
	font-size:16px;
    font-family: 'Roboto', sans-serif;
}

.container {
    width: 1250px;
    margin: 0 auto;
}

.full {
	width:100%;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

input#input {
    color: #000000;
    padding: 10px 30px;
    font-size: 0.5em;
    min-width: 250px;
}

code#data {
    font-size: 0.5em;
    /* box-shadow: 0px 1px 2px 0px #888; */
    display: inline-block;
    padding: 0.8em;
    border-radius: 6px;
    background-color: white;
    margin-top: 1.5em;
    text-align: left;
    white-space: pre;
    max-width: 100%;
    color: #000000;
    font-weight: 400;
    overflow: auto;
}

#header {
    background-color: #fff;
    height: 67px;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.header.center {
    font-size: 2.0em;
    padding: 3%;
}

.ipadres {
    font-size: 2.0em;
    padding: 3%;
    border: 3px solid #2c99ce;
    margin: 0 5% 5% 5%;
    font-weight: bold;
    border-radius: 5px;
    color: #2c99ce;
}

.browser {
    font-size: 1.2em;
    padding: 3%;
    border: 3px solid #2c99ce;
    margin: 0 5% 5% 5%;
    font-weight: bold;
    border-radius: 5px;
    color: #2c99ce;
    text-align: start;
    line-height: 1.5em;
}

.text {
    padding: 0 5% 5% 5%;
}