@charset "utf-8";

.surogan{
  text-align: center;
  font-size: 2.5vw;
}

.somu{
  text-align: center;
  font-size: 4vw;
}

.somusyasin{
  text-align: center;
}

p{
  margin-bottom: 0px;
}



.somusyasin{
  display: inline-block;
  text-align: center;
  margin:0em 0;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #ffcb8a;
  border-radius: 3px 0 3px 0;
}
.somusyasin:before,.somusyasin:after
{
  content: '';
  position: absolute;
  width:10px;
  height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.somusyasin:after {
  top:-12px;
  left:-12px;
}
.somusyasin:before {
    bottom:-12px;
    right:-12px;
}
