body {
    background-color: #1F2937;
    margin: 0;
    padding: 80px 30px;
}

h1 {
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
}

p {
    color: #D5D4D8;
    font-size: 20px;
    margin-top: 10px;
}

div {
    gap: 24px;
    display: flex;
}

button {
    display: block;
    background-color: #10B981;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: medium;
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 10px 15px;
    border: 0;
    width: 200px;
    height: 40px;
}

button:hover {
    cursor: pointer;
    box-shadow: 0 5px 10px black;
}

.field {
    box-sizing: border-box;
    margin-top: 35px;
    background-color: #273549;
    color: #10B981;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: medium;
    border-radius: 6px;
    width: 200px;
    height: 40px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
}

#highlight {
    color: #4ADF86;
}

#line {
    display: block;
    background: #2F3E53;
    width: 424px;
    height: 1px;
}