body{ margin: 0; font-family: "Caveat", cursive; font-optical-sizing: auto; font-weight: normal; } h1{ font-size: 60px; font-weight: 500; position: relative; left: 140px; margin:0; } img{ height: 50px; } #frame{ position: absolute; left: 680px; top:70px; width: 700px; display: flex; flex-direction: column; justify-content: center; align-items: center; } #second-image{ position: absolute; left: 100px; top: 50px; height: 500px; z-index: -1; } #menu{ width: 600px; height: 300px; background-color: #f3f8ff; padding: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } #menu a { display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; padding: 15px; border: 1px solid #ccc; border-radius: 5px; font-size: 30px; ; } #menu a:hover { background-color: white; transition: background-color 0.3s ease; border: 1px solid black; } #menu img { max-width: 50px; margin-bottom: 5px; } #authButton{ position: absolute; left: 1145px; top: 21px; width: 150px; color: white; background-color: red; padding: 10px; border: none; border-radius: 5px; }