body {
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.home_container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.buttons {
    display: flex;
    gap: 10px;
}

.buttons a {
    padding: 8px 16px;
    text-decoration: none;
    background: #0a74da;
    color: #fff;
    border: none;
    border-radius: 4px;
}