@charset "utf-8";

body {
    line-height: 1.6;
    font-family: メイリオ,"ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   
  padding: 15px 30px;
  border: solid 1px #333333;
  color: #000000;
  text-align: center;
   font-size: 16px;
   width: 800px;
}

.address , .url {
    text-align: left;
}

.address {
    margin-top:40px; 
}