*{ padding: 0px; margin: 0px; } body{ height: 100vh; width: 100%; } .nav{ height: 14%; width: 100%; display: flex; align-items: center; justify-content: center; font-size: 60px; font-weight: 900; background-color: greenyellow; text-shadow: 0px 0px 5px black; color: white; } .searchbar{ margin-top: 20px; margin-left: 20px; height: 3rem; width: 20rem; background-color: #b3b3b3; border: 2px solid white; box-shadow: 0px 0px 10px #5f5e5e; border-radius: 10px; } #search{ height: 100%; width: 87%; border: none; outline: none; border-radius: 8px 0px 0px 8px; } .all{ display: flex; justify-content: space-evenly; } .first{ height: auto; width: 31%; /* margin-left: 2rem; */ margin-top: 2rem; border: 2px solid black; display: flex; align-items: center; flex-direction: column; background-color: #ff9595; } .first span{ font-size: 30px; font-weight: bold; } .fheading{ height: 50px; width: 100%; display: flex; align-items: center; justify-content: center; background-color: #49ffaa; } .sub{ height: 50px; width: 100%; border: 1px solid black; display: flex; } .keys{ height: 100%; width: 22%; border-right: 2px solid black; display: flex; align-items: center; justify-content: center; } .keys span{ font-size: 25px; color: rgb(233, 233, 253); text-shadow: 0px 0px 5px black; } .shortcut{ height: 100%; width: 78%; display: flex; align-items: center; justify-content: center; } .shortcut span{ font-size: 25px; color: rgb(233, 233, 253); text-shadow: 0px 0px 5px black; } .sub2{ height: auto; width: 100%; border: 1px solid black; display: flex; } .keys2{ height: auto; width: 22%; border-right: 2px solid black; display: flex; align-items: center; justify-content: center; } .keys2 span{ font-size: 15px; font-weight: 900; } .shortcut2{ height: 100%; width: 78%; display: flex; align-items: center; justify-content: flex-start; /* padding-left: 5px; */ } .shortcut2 p{ font-size: 14px; } .second{ height: auto; width: 31%; /* margin-left: 2rem; */ margin-top: 2rem; border: 2px solid black; display: flex; align-items: center; flex-direction: column; background-color: #ff9595; } .third{ height: auto; width: 31%; /* margin-left: 2rem; */ margin-top: 2rem; border: 2px solid black; display: flex; align-items: center; flex-direction: column; background-color: #ff9595; }