
@font-face { font-family: Tommy; src: url('fonts/MADE TOMMY Regular_PERSONAL USE.otf'); }

/* img { display:block; } */

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  position: relative;   
}

div{
    width:100%;
    position: absolute;
    bottom:0;
}

body{
    background-color: #eeead6 ;
    font-family: Tommy;
}

.outer-div{
	position: relative;
	margin: 15px;
	padding-top: 10px; 
	padding-bottom: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
	height: auto;
	min-height: 100% !important;
    background-color: #cacaca;
    border-radius: 8px;
}

.inner-div{
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: grey;
  background-color: transparent;
  text-decoration: none;
}
