body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: #1c1c1c;
    color: #ffffff;
    text-align: center;
}

.container {
    width: 550px;
    padding: 100px 50px;
}

.flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ip {
    font-weight: 800;
    padding: 15px 20px;
    border: 2px solid #b295ff;
    background: #6943ff;
    color: #ffffff;
    width: 117px;
    font-size: 58px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
    font-family: inherit;
}

.btn {
    background: #ffffff;
    padding: 11px 27px; 
    border: none;
    border-radius: 3px;
    width: 117px;
    font-family: inherit;
    font-size: 16px;
}

.bg-light {
    background: #f4f4f4;
}

.cards {
    padding: 25px;
}

.card {
    background-color: #ffffff;
    color: #353535;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 5px;
}

.accent-clr {
    color: #5a537b;
    font-weight: 600;
    font-size: 20px;
}

#header {
    background: #6943ff;
    height: 285px;
}

#heading {
    font-weight: 800;
    font-size: 28px;
    margin: 30px 0;
}

#convert-btn {
    margin-bottom: 35px;
}