html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    direction:rtl;
  margin-bottom: 60px;
}

#Title{
    text-align:center
}













.container {
    width: 100%;
    background-color: #00000055;
    padding: 20px;
    border-radius: 25px;
}

.card {
    background-color: #000000AA;
    margin: 25px 0px;
    padding: 10px;
    border-radius: 25px;
}
.card2 {
    background-color: #000000FF;
    margin: 25px 0px;
    padding: 10px;
    border-radius: 25px;
}

h1.item-card {
    color: black;
    text-align: center;
}

h2.item-card {
    color: lightgray;
    text-align: center;
}
hr.item-card {
    background-color: white;
    height:2px;
}
p.item-card {
    color: white;
}
a.item-card {
    color: white;
}

img.item-card {
    color: white;
    justify-self: center;
    border-radius: 50%;
    width: 50%;
    align-self: center;
    max-width:300px;
}
img.item-card-icon {
    color: white;
    width: 30px;
    height: 30px;
}
i.item-card {
    font-size: xx-small;
    color: lightgray;
}
input.item-card {
    width: 100%;
    border-radius: 20px;
    padding:10px;
}
textarea.item-card {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}







