html{
    background-color: #15191B;
}

body { 
    color: #FFFFFF;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 420px;
    margin: auto;
}

/* --- Typography --- */

h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    margin: 0;
}

h2, h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.01em;
    margin: 0;
}

h3{
    text-align: right;
    margin: 0;
}


a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    padding: 2vh 2vh;
    border-radius: 60px;
    text-decoration: none;
}

.container .line {
    border: 1px solid #00FF00;
    background-color: #15191B;
}

.container .bg-green{
    border: 1px solid #00FF00;  
    background-color: #00FF00; 
    color:#15191B;
}

.container .bg-opacity{
    background: rgba(0, 255, 0, 0.2);
    border:none;
}

.tow-col a{
    text-transform: none;
    padding:12vh 2vh 2vh 2vh;
    border-radius: 24px;
    width: 45%;
}

/* --- Box content --- */

.container {
    display: flex;
    flex-flow: column wrap;
    gap: 3vh;
    align-items: stretch;
    text-align: center;
    padding: 3vh;
}

.title{
    margin-top:24px;
}

.tow-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3vh;
}
