.foss_img{
  background-color: var(--bg);
  border: 12px groove var(--border);
  color: var(--text);
  border-radius: 5px;
  text-align: center;
  position: fixed;
  right: 40px;
  top: 140px;
  width: 350px;
  height: 550px;
  padding: 20px;
}

.foss_img a img{ 
    width:20%; 
    height:auto; 
    margin:8px auto;
  }


