.main{height:100vh;width:100vw;background-color:#faebd7;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px}.link{text-decoration:none;color:#000}.linkButton{width:200px;border:1px solid rgba(0,0,0,.2);border-radius:10px;background-color:#f0f0f0;padding:10px;cursor:pointer}.link:hover .linkButton{background-color:#00ffe1}.types{display:flex;justify-content:space-between;width:200px}.typeButton{border:1px solid rgba(0,0,0,.2);border-radius:10px;background-color:#f0f0f0;padding:10px;cursor:pointer}.typeButton:hover{background-color:#00ffe1}