#counter_styles {
    position: relative;
    top: 50px;
    right: 20%;
    display: flex;
    color: white;
}

		
#toggle_styles {
    position: relative;
    top: 50px;
    right: -5%;
    display: flex;
}

#toggle_styles ul {
    list-style-type: none;
}

#background_styles {
    display: flex;
    align-items: center;
}

#font_styles li {
    display: inline-block;
    position: relative;
    margin-right: 0px;
}

#font_styles a {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
	padding: 8px;
}

#font_styles li:nth-child(1) a {
    font-size: 16px;
}

#font_styles li:nth-child(2) a {
    font-size: 18px;
}

#font_styles li:nth-child(3) a {
    font-size: 20px;
}

#font_styles li:nth-child(3) {
    right: 4px;
}

#zcd {
    position: relative;
    top: 50px;
    display: flex; 
    right: -5%;
 /*   background-color: #ffffff; */
}

#kad {
    position: relative;
    top: 50px;
    display: flex; 
    right: 0%;
 /*   background-color: #ffffff; */
}


	