@charset "utf-8";
.layout {
    display: flex;
    margin: 50px 40px 0;
}
.card {
    box-shadow: 0 0 12px -8px #000000;
    padding: 1em;
    width: 100%;
    margin: 0 2%;
}

.menu-item:hover{
  color: #858585;
}

title{
  margin-right: auto;
}

h1{
  font-size: 28px;
  padding: 1.0em;
}
.card img{
    width:100%;
}

header {
    display: flex;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    align-items: center;
  }
  
.card{
  font-size: 20px;
}
   
  .title {
    margin-right: auto;
  }
   
  .menu-item {
    list-style: none;
    display: inline-block;
    padding: 10px;
  }
  .radwinps{
   width:100%;
  }

  div {
    display: block;
    unicode-bidi: isolate;
}

.titi{
  text-align: center;
}

.ti{
  text-align: right;
  width: 80px;
  height: auto;
}

footer{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #858585;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_child{
  width:30%
}