*{
	box-sizing: border-box;
	padding: 0.5px;
}

body {
  margin:0;
  font-family: Arial;
  background-image: linear-gradient(peachpuff, indianred);
  height: 120vh;
}

p.title{
    font-family: 'Dancing Script', cursive;
    font-size: 5em;
    margin-left: 400px;
    margin: 10px;
    color: #660000;
    text-shadow: 7px 7px 9px wheat;
    margin-top: -60px;
	text-align: center;
	overflow:right;
}

p#desc{
    font-family: 'Cantata One', serif;
    color: #fff;
    font-size: 1em;
    text-align:center;
	position: absolute;
	bottom: 8px;
	left: 10px;
}

/**.btn{
    border: none;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 0.55rem 0;
    width: 150px;
    font-weight: 600;
    background: transparent;
    margin: 2 0.5rem;
    cursor: pointer;
    color:#fff;
	float: right;
	height:50px;
}

a {
	text-decoration: none;
	color:#fff
}

.btn.btn-pink{
    background: #912934;
    color: #fff;
    border-color: #912934;
    transition: all 0.5s ease-in-out;
}
.btn.btn-pink:hover{
    background: transparent;
    border-color: #fff;
    color: #fff;
} **/

p.back{
    color: white;
    font-family: "Arial Black";
    font-size: 1.5em;
    margin-left: 10px;
    margin-top: 10px;
    letter-spacing: 1em;
}
a:link{ color:white;text-decoration: none;}
a:visited{color: gray;text-decoration: none; }
a:hover{color: indianred; cursor: hand  ; text-decoration: none; }
a:active{color:#966F33;  font-weight: bold;}