@charset "utf-8";
/* CSS Document */

body {
background-image: url("../css/bg.jpg");
background-repeat:repeat-y;
background-size: cover;
padding: 0;
margin: 0;
color: black;
}

a {
text-decoration: none;
}

.fullbox {
  width: 100vw;
  height: 100vh;
  position: relative;
  text-align: center;
}

.BTN {
  width: 20vw;
  height: 20vw;
  background-image: url("../css/dbroad.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 3px solid white;
  user-select: none;
  background-color: black;
  border-radius: 100%;
}

.BTN2 {
  width: 20vw;
  height: 20vw;
  background-image: url("../css/download.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 3px solid white;
  user-select: none;
  background-color: black;
  border-radius: 100%;
}

.BTN2:hover  {
  background-color: #9d0e00;
}

.BTN:hover  {
  background-color: #9d0e00;
}

.imgpaysage {
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}

.imgportrait {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
    display: block;
}
