*, *::after, *::before {
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    margin: 0;
}

.gen-container {
    background-color: #1F2937;
    text-align: left;
    width: 550px;
    height: 550px;
    padding: 50px;
    border-radius: 5px;
}

button {
    background-color: #0EA5E9;
    border-style: none;
    border-radius: 5px;
    height: 40px;
    width: 200px;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: white;
}

hr {
    border: none;
    height: 1px;
    background-color:#4B5563;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

h1, h2, h3 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

h1 {
    color: white;
    margin-top: 50px;
    font-size: 38px;
    margin-bottom: 5px;
}

h2 {
    color: #0EA5E9;
    margin-bottom: 10px;
    font-size: 35px;
}

h3 {
    color: lightgrey;
    font-size: 1.1rem;
    margin-bottom: 55px;
}

.result-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.passOne, .passTwo {
    height: 40px;
    width: 210px;
    background-color: #0C4A6E;
    color: #0EA5E9;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.passOne {
    margin-right: 10px;
}
