@charset "utf-8"; body { background-image: url(img/globus_eu.png); background-repeat: no-repeat; background-attachment: fixed; background-position: top; background-color: #F9F9F9; font-family: Arial, Helvetica, sans-serif; } #page { padding-top: 2%; padding-left: 10%; } #country { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; } .block { display: flex; flex-direction: row; flex-wrap: wrap; cursor: pointer; text-decoration: none; padding-right:2%; width: 250px; } .countryimage { width:50px; height:50px; padding-right: 2%; padding-bottom: 4%; } input[type=button], input[type=submit], input[type=reset] { display:flex; background-color:transparent; border:none; color: black; text-decoration: none; cursor: pointer; } #testEnvironment { border: none; color: black; padding: 10px 20px; text-decoration: none; margin: 4px 2px; height: 3%; display: inline-block; vertical-align: middle; width: 40%; } #button{ background-color: transparent; border:none; }