
.speedtest-ui{
font-family:Arial,Helvetica,sans-serif;
display:flex;
justify-content:center;
}

.speedtest-card{
background:#1f2333;
color:#fff;
padding:30px;
border-radius:14px;
width:600px;
}

.speedtest-header{
display:flex;
justify-content:space-between;
margin-bottom:20px;
}

.label{
font-size:13px;
opacity:.7;
}

.value{
font-size:48px;
font-weight:700;
color:#3de0d0;
}

.value.purple{
color:#c870ff;
}

.speedtest-ping{
margin:10px 0 20px 0;
font-size:16px;
opacity:.8;
}

.speedtest-privacy{
margin-bottom:20px;
font-size:14px;
}

.speedtest-privacy a{
color:#3de0d0;
}

.speedtest-button{
text-align:center;
margin-bottom:30px;
}

#speedtest-start{
width:120px;
height:120px;
border-radius:60px;
font-size:22px;
border:3px solid #3de0d0;
background:transparent;
color:white;
cursor:pointer;
}

#speedtest-start:hover{
background:#3de0d0;
color:#000;
}

.speedtest-info{
display:flex;
justify-content:space-between;
opacity:.8;
margin-top:20px;
}

.speedtest-result{
margin-top:20px;
font-size:18px;
}
