@import url(variable.css); body { /* background-color: #303030; */ } #main { /* margin-left : 10%; margin-right: 10%; */ /* border : solid 1px #303030; */ display: flex; flex-direction: column; font-family: Helvetica; height: 100%; } #header { text-align: center; background-color: var(--main-color); margin: 0px; /* border : var(--accent-color) 1px ésolid; */ display: flex; flex-direction: row; /* border-radius: 0.75cap; */ } #IQBall { color: var(--accent-color); font-weight: bold; font-size: 45px; } #IQBall { color: #ffa238; font-weight: bold; font-size: 45px; } #body { display: flex; flex-direction: row; margin: 0px; height: 100%; background-color: var(--second-color); } .data { border: 1.5px solid var(--main-contrast-color); background-color: var(--main-color); border-radius: 0.75cap; color: var(--main-contrast-color); } .data:hover { border-color: var(--accent-color); cursor: pointer; } .listTactic { display: block; } .SetButton { width: 80%; margin-left: 5%; margin-top: 5%; } #img-account { width: 100%; cursor: pointer; } #header-right, #header-left { width: 10%; /* border: yellow 2px solid; */ } #header-right { display: flex; flex-direction: column; justify-content: center; align-items: center; } #username { color: var(--main-contrast-color); margin: 0; } #clickable-header-right:hover #username { color: var(--accent-color); } #header-center { width: 80%; } #clickable-header-right { width: 40%; border-radius: 1cap; padding: 2%; } #clickable-header-right:hover { border: orange 1px solid; } .clickable { cursor: pointer; } #img-account { width: 100%; }