@import url('https://fonts.googleapis.com/css2?family=Acme&family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Audiowide&family=Cairo:wght@200..1000&family=Luckiest+Guy&family=Righteous&family=Rowdies:wght@300;400;700&family=Russo+One&family=Satisfy&display=swap');
body {
        /*background-color: #e2c4e2;*/
        font-size: 18px;
}
body, select,option, button {
	font-family:'Cairo';
    font-weight: bold;
}
fieldset {
    border-radius: 10px;
    border: 2px solid black;
}
.main {
    border: 1px solid #999;
    border-radius: 20px;
}
.main h2 {
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: auto;
    border-radius: 20px 20px 0px 0px;
}
.main2 {
    background-image: url('1234.png');
    background-size: contain;
    background-repeat: space;
}
.main3 {
    background: #FFFFFF;
}

input.masaha {
    font-family: 'Cairo';
    font-size: 14pt;
    line-height: 1.5em;
    width: 130px;
}
#demo, #demo1, #demo2 {
     font-weight: bold;
     color: #cc15cd;
}
button.t1 {
display: inline-block;
    border-radius: 4px;
    background-color: #d52349;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 20%;
    transition: all 0.5s;
    margin: 0px;
}
mark {
    background-color: #f7fc82;
    padding: 0px 15px;
}
/* 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: 15px;
  margin: 0px -4px;
}

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

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

.dropdown {
  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;
}

.dropdown-content a:hover {
    background-color: #cc15cd
    }

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #cc15cd;
}
/*.footer {
    background-color: #cc15cd;
    padding: 5px;
    text-align: left;
    color: #FFFFFF;
    position: absolute;
    bottom: auto;
    left: 0px;
    right: 0px;
    text-shadow: 1px 1px #000000;
    z-index: -1;
}
div.footer a {
    color: #FFFFFF;
    text-decoration: none;
}*/
.world {
    float: left;
    left: 1px;
    margin: 14px 0px 0px 10px;
    color: #FFFFFF;
}