*{
    font-size:large;
}

#nightModeSwitch {

    width: 22px;
    height: 22px;
    transform: scale(1.5);
    margin-left: 10px;
    cursor: pointer;
    }

    label[for="nightModeSwitch"] {
        font-size: 1.3em;
    }