.boxborder {
margin: 1px 5px 1px 5px;
padding: 5px;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 76, 102, 0.2);
 -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.boxborder:hover {
-webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px); 
box-shadow: 0 1em 2.57143em 0 rgba(0, 0, 0, 0.2);
}
.fontsize {
font-size: 22px;
}
.fontsize a{
font-size: 22px;
}
.boxsright {
  --s: 10px; 
  padding: var(--s);
  border: calc(2*var(--s)) solid #0000;
  outline: 1px solid #000;
  outline-offset: calc(-1*var(--s));
  background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}

.boxsleft{
margin-top: -50%;
margin-left: 45% !important;
outline: 1px solid #fefefe;
outline-offset: -5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#show {
position: relative;
display: inline-block;
width: 150px;
height: 30px;
font-size: 20px;
line-height: 28px;
color: #fc793f;
float: right;
text-align: center;
margin-top: -20px;
margin-bottom: 40px;
border-bottom: solid 4px #39ba82;
}
@media only screen and (max-width : 960px) { 
.boxsleft{
margin-top: -55%;
margin-left: 32% !important;
width: 240px;
}
strong {
font-size: 24px;
font-weight: bold;
}
}