@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";body{font-family:Poppins,sans-serif;background-color:#f8f9fa;margin:0;padding:0;box-sizing:border-box}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;text-align:center;padding:1rem}.logo{width:150px;height:150px;margin-bottom:1rem}.title{margin-bottom:1rem;font-family:Poppins,sans-serif;font-weight:600;font-size:2rem;color:#343a40}.underline{width:50%;margin-bottom:2rem;border:0;border-top:2px solid #343a40}.buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%;max-width:600px}.button{border:none;cursor:pointer;width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:15px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;color:#fff;flex-shrink:0}.button img{width:50%;height:50%;margin-bottom:.5rem}.button p{margin:0;font-size:1rem;font-weight:600}.button.red{background-color:#d9534f}.button.red:hover{background-color:#c9302c}.button.blue{background-color:#0275d8}.button.blue:hover{background-color:#025aa5}.button.yellow{background-color:#f0ad4e}.button.yellow:hover{background-color:#ec971f}.button.green{background-color:#5cb85c}.button.green:hover{background-color:#449d44}@media (max-width: 768px){.buttons{justify-content:center}}@media (max-width: 480px){.buttons{justify-content:center}.underline{width:80%}}
