.outline
{
    font-family: Nunito;
    text-align: center;
    background-color:rgb(164, 169, 255);
    padding: 20px;
    border-radius: 3px;
    


}



/* nunito-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  a:hover[type="mainmenulink1"]{
   
    
    border: solid 1pt black;
    background-color:rgba(1, 1, 255, 0.406);
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto;
    


}

/**a[type="mainmenulink1"],
a:visited[type="mainmenulink1"]{

    font-size: 22px;
    text-decoration: none;
    padding: 1px;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    background-color:rgb(38, 0, 255, 0.9);
  


}**/