
/* fun facts */


.fun-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 26px;
    font-family: Lora,serif;
    font-weight:400;
}
.switch-parameter{
    font-size:18px;
    font-family: Lora,serif;
    font-weight: 400;
    font-style: italic;
}
.switch-group .switch-parameter:nth-of-type(1) {
    text-align: right;
}
.switch-group .switch-parameter:nth-of-type(2) {
    text-align: left;
}
.switch-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    width:360px;
}

.switch-label {
    margin-right: 10px;
}
  
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
  
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}