/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  padding: 0px;
  margin: 0px;
  background: #000000 url(../img/bg.jpg) center top;
  background-size: cover;
  font-family: 'Noto Sans KR', sans-serif;
  color: #ffffff;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ffdd00;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans KR', sans-serif;
}

.body {
  width: 100%;
  min-height: 100vh;
  padding: 1rem;
  margin: 0 auto;
  background-color: #000000;
  text-align: center;
}
.body img {
  width: 80%;
}

.btn-danger {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	background-color:#fe1a00;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'Noto Sans KR';
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.btn-danger:hover {
	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	background-color:#ce0100;
}

.url {
  padding: 1rem;
  margin: 2rem auto;
  background-color: #191919;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

a.messenger{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-bottom: 30px;
}
a.messenger img{
  width: 40px;
}

@media (min-width: 1200px) {
  .body {
    width: 800px;
    min-height: 100vh;
  }
  .url {
    width: 700px;
    height: 215px;
    padding: 0px;
    margin: 2rem auto;
    border: 1px solid #666;
    background: url(../img/bg-url.jpg) center top;
  }
  .url-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    /* margin: 1.5rem auto; */
  }
  .url-form:first-child {
    /* margin: 3rem auto 1.5rem */
    margin-top: 30px;
  }
  .url-form .btn {
    margin-left: 1rem
  }
}


@media (max-width: 600px) {
  a.messenger{
    margin-top: 30px;
    margin-bottom: 0px;
  }
}