body {background-color: mistyrose;}
h1   {color: turquoise;}
h2  {color: rebeccapurple;}
p    {color: hotpink;}

a:link {
  color: deeppink;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: aquamarine;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
body {text-align:center;}
div {
  background-color: white;
    width:400px;
    margin:auto;
    
}

    .column {
        float: center; 
        width: 50%;
        padding: 5px;
        border-style: ridge;
        border-width: 4px;
        border-color: paleturquoise;
        margin-bottom: 15px;
        
    }

    .navi {
        float: center; 
        width: 50%;
        padding: 5px;
        border-style: ridge;
        border-width: 4px;
        border-color: hotpink;
        margin-bottom: 15px;
        
    }
.meowtext {
    color: mediumpurple;
}
