body {
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    color: #5B5B5B;
    text-align: center;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    color: #0F193F;
    text-align: center;
    padding: 15px;
}

main {
    margin-top: 20px;
}

#logo {
    width: 375px;
    height: auto;
}

h3 {
    color: #0F193F;
    font-size: 30px;
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 0; /* Adjust margin as needed */
    padding: 15px;
}

.but {
    padding: 0
}

.button {
    background-color: #F99245;
    border: none;
    color: ghostwhite;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Apply text shadow */    
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    border-radius: 40px;
    width: 220px;
    text-align: center;
    text-decoration: none;
    
}

.button:hover {
    background-color: #0F193F; /* Darken the color slightly on hover */
}

header {
    align-items: center;
}

.logo-container {
    display: flex;
    justify-content: center;
}

h4 {
    color: #0F193F;;
    font-size: 25px;
    margin-bottom: 0;
}

#upskill {
    margin-top: 20px;
}

#continue {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 10px; /* Adjust margin as needed */
}

#continue ul {
    text-align: left; /* Align the bullet points to the left */
    margin-left: 0; /* Remove default left margin */
    padding-left: 20px; /* Add padding for the bullet points */
}

#continue li {
    text-align: left; /* Align the text within list items to the left */
}