.screen{width:100vw;height:100vh;flex-direction:column;justify-content:center}.divbuttons,.divlogo,.screen{display:flex;align-items:center}.divbuttons,.divlogo{width:70vw;height:45vh;flex-direction:row;justify-content:space-around}.buttons{width:10vw;height:30vh;border-radius:2vh;border:1vw solid #03346e;background-color:#03346e;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .3s ease}.buttons:hover{transform:scale(1.1)}.images{border-radius:10vh}.imagestext{height:20%;color:#e2e2b6;font-size:20px}