body {
    text-align: left;
    background-color: rebeccapurple;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

span {
    display: block;
}

.head {
        width: 350px;
        height: 80px;       
}
#title {
    font-family: "Karla", sans-serif;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -2.5%;
    margin-bottom: 50px;
}

#two {
    color: #55F991
}

#word {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #D5D4D8;
}

.click {
    padding: 10px 15px;
    border-radius: 6px;
    border: none;
    background-color: #10B981;
    color: #FFFFFF;
    margin-top: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.line {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}

.box{
    width: 210px;
    height: 50px;
    background-color: #273549;
    border-radius: 6px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #55F991;
    line-height: 50px;
}

.click:hover {
    background-color: #059669;
    cursor: pointer;
}

#input {
    width: 30px;
    padding: 5px;
    border-radius: 6px;
    border: none;
    margin-top: 20px;
    font-size: "Karla", sans-serif;
}

#input-label {
    font-family: "Karla", sans-serif;
    color: #D5D4D8;
    margin-right: 10px;
}