body {
    background-color: #0d3b66;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

h1 {
    color: #f4d35e;
    font-weight: 700;
    margin-bottom: 30px;
}

.btn {
    background-color: #f4d35e;
    border: none;
    color: #0d3b66;
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 10px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #ee964b;
    transform: scale(1.1);
}

.github {
    z-index: 10000;
    bottom: 10px;
    right: 10px;
    position: fixed;
    border-radius: 10px;
    background: #fff;
    padding: 0 12px 6px 12px;
    border: 1px solid #000;
}

.github a:hover,
.github a:link,
.github a:visited,
.github a:active {
    color: #000;
    text-decoration: none;
}

.github img {
    height: 30px;
}

.github #gh-project {
    font-size: 20px;
    padding-left: 5px;
    font-weight: bold;
    vertical-align: bottom;
}
