@charset "utf-8";

body{
color: #fff;
filter : drop-shadow(0px 0px 1px rgba(0,0,127,1));
text-align: center;
background-image: url(sea-sky.jpg);
background-size: cover;
font-family: 'Kaisei Decol', serif;
font-size: 1.2rem;
}

a{
  text-decoration: none;
 text-align: center;
 color: rgb(200,200,255);
  }

.bg{
  background-color:rgba(255,255,255,1);
  border-radius: 1rem; 
  width: 12rem;
  margin: auto;
  }
  
  .text_pink{
  color: #ffccfc;
}

#margin-25vh{
margin: 25vh auto;
}

