.memoryplane{width:60%;display:grid;grid-template-columns:repeat(4,1fr);height:100vh;background-color:#000}.gamecontent{display:flex;flex-direction:column;justify-content:center;align-items:center}.scoretext{font-size:20px;background-color:#000;color:#fff;text-align:center}@media screen and (max-width: 667px){.memoryplane{grid-template-columns:repeat(2,1fr);column-gap:30px;height:90vh}}.memorycard{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 678px){.image{height:85px}}.button{padding:10px;border-radius:10px;font-size:20px;background-color:#000;color:#fff;border:2px solid #9ac4f8}.button:hover{cursor:pointer;background-color:#fff;color:#000;border:none}@media screen and (max-width: 667px){.button{padding:8px;font-size:18px;margin:8px}}*{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#000}.difficultyplane{font-size:80px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:100vh;background-color:#000;color:#fff}.difficultybtns{display:flex;flex-direction:row;gap:30px}.logo{height:250px}@media screen and (max-width: 667px){.difficultyplane{font-size:80px;padding:15px}}.losingText{font-size:45px;color:#b13e3e;background-color:#fff}.winningText{font-size:45px;color:#45b145;background-color:#fff}.functionButtons{border:none;background-color:#fff;gap:20px;display:flex}.modal{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:absolute;min-width:75vw;left:50%;top:50%;transform:translate(-50%,-50%);background:#000;border:none}@media screen and (max-width: 667px){.losingText{font-size:30px}.winningText{font-size:30px;padding:10px}}
