  button:focus{
    outline:none;
  }
    
  body{
    background-image:url(img/w95BG.jpg);
    background-repeat:no-repeat;
    background-size: 1920px 1080px;
    background-attachment: fixed;
  }
    
  .box{
    min-width:292px;
    background:#C0C0C0;
    border-width:1px;
    border-color:#FFFFFF #808080 #808080 #FFFFFF;
    border-style:solid;
    padding:1px;
  }
  
  .position1{
    position:absolute;
    top:5%;
    left:3%;
  }
  
  .position2{
    position:absolute;
    top:5%;
    left:20%;
  }
  
  div.title{
    height:18px;
    width:100%;
    background:#000080;
    color:#FFF;
  }
  img.title{
    float:left;
  }
  p.title{
    margin:2px 0 0 1px;
    float:left;
    font-family:Tahoma;
    font-weight:bold;
    font-size:11px;
  }
  .title button{
    /*position:absolute;
    right:3px;
    top:3px;
    margin:2px 2px 2px 0;*/
    float:right;
    width:14px;
    height:13.5px;
    background:#C0C0C0;
    border-width:1px;
    border-color:#FFFFFF #808080 #808080 #FFFFFF;
    padding:0;
    font-size:9px;
    font-weight:bold;
    font-family:Tahoma;
    text-align:center;
    focus:none;
  }
  div.body{
    padding:13px 12px 12px;
    height:100%;
    width:calc(100% - 26px);
    display:inline-block;
  }
  div.body p{
    font-family:"MS Sans Serif";
    font-size:15px;
  }
  div.body button{
    font-family:"MS Sans Serif";
    font-size:11px;
    outline:1px solid #000000;
    background:#C0C0C0;
    border-width:1px;
    border-style:solid;
    border-color:#FFFFFF #808080 #808080 #FFFFFF;
    padding:4px 10px;
    margin:20px auto 3px;
    display:block;
    position:relative;
    bottom:0;
  }
  .imgMe{
    width:300px;
    align-items:center;
  }
  .imgMeWin{
    max-width:325px;
    margin-left: 10px;
    margin-top:10px;
  }
  .imgPicWin{
    margin-left: 10px;
    margin-top:10px;
    width:fit-content;
  }