/* World Flags Instructions stylesheet */ 

	.index {
		width: 60%;
		max-width: 300px;
		margin: auto;
	}

	.index li {
		margin-bottom: 6px;		/* more space for phones */
	}

	.logo_container {
		width: 100%;
		padding-bottom: 20px;
	}

    .logo {
		position: absolute;
  		left: 10px;
		border-style: none;
        width: 80px;
    }

	.icon {
		width: 64px;
		height: 64px;
	}

	h1 {
    	font-size:18px;
		text-align: center;
  	}

	img {
  		display: block;
  		margin-left: auto;
  		margin-right: auto;
	}

	.button-images {
	margin: auto;
	width: 200px;
	display: flex;
	/* justify-content: space-between; */
	gap: 20px;
	align-items: center;
	}
		
	.button-images .img {
		width: 46p;
		height: 46px;
	}
	.button-img {
		border-style: none;
	}

	.input-img {
		border-style: solid;
		border-width: 1px;
	}

    p { 
		line-height: 115%; 
		margin-bottom: 0.25cm; 
		background: transparent 
	}

    .spacer1 {
        width: 64px; 
        display: inline-block;
    }

	.copyright {
		text-align:center;
		font-size: 11px;
	}