body {
        background-color: #e2c4e2;
        font-size: 18px;
}
body, select,option, button {
	font-family:'Cairo';
    font-weight: bold;
}
select{
	width: 100px;
	text-align: center
}
.new {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
 }

.new2 {
     width: 50%;
 }
 .new3 {
     width: 10%;
     margin-top: 10%
 }
.new4 {
	width: 45%;
	margin-top: 5%/* 4% if 3 total*/
}

 .button {
  display: inline-block;
  border-radius: 4px;
  background-color: #cd153f;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  width: 50%;
  transition: all 0.5s;
  margin: 0px;
}
#total {
    color: #cd153f;
}
#total2 {
    color: #cd153f;
}
#total4 {
    color: #cd153f;
}
/* header-fotter */
 .topnav {
    position: fixed;
    overflow: hidden;
    background-color: #333;
    top: 0px;
    left: 0px;
    right: 0px;
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin: 0px -4px;
}

.topnav a:hover {
  background-color: #cd153f;
  color: white;
}

.topnav a.active {
  background-color: #cd153f;
  color: white;
}
/*drobdown list*/
.dropbtn {
  background-color: #cd153f;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.world {
    float: left;
    left: 1px;
    margin: 14px 0px 0px 10px;
    color: #FFFFFF;
}
.mark {
    background-color: #f7fc82;
    padding: 0px 15px;
    width: 50%;
}
.Button1 {
    padding: 10px 25px;
    font-size: 15px;
    margin: 5px 0px 5px 0px;
    width: 45%;
    display: inline-block;
}
