    body {
        background-color: #2b2b2b;
        color: #c7cdd2;
        font-family: system-ui;
    }
    a {
        text-decoration: none;
    }
    a:link, a:visited {
        color: #c7cdd2;
    }
    a:hover {
        text-decoration: underline;
    }

    .box {
   	display: flex;
   	align-items:center;
    	padding: 0px 0px 20px 0px;
    }
    
    .iframe {
   	display: flex;
   	align-items:center;
    	padding: 20px 0px 0px 20px;
    }

    span.title {
    	padding: 0px 0px 0px 10px;
    	color: white;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
    }

    input[type=text], input[type=password] {
        width: 185px;
        padding: 2px 2px;
        margin: 6px 2px;
        text-decoration: none;
        color: #c7cdd2;
        background-color: #2b2b2b;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    input[type=submit] {
        background-color: #eba300;
        color: #2b2b2b;
        border: none;
        border-radius: 4px;
        width: 89px;
        padding: 2px 20px;
        margin: 2px 2px;
        text-decoration: none;
        cursor: pointer;
    }
    input[type=submit]:hover {
        background-color: #ffc83d;
    }
