@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap');

/* . is class, # is id/*

/* open page UB align */
.main {
    text-align: center;
	padding: 180px 0;
	font-family: Helvetica, sans-serif;
}

/* UB heading size */
.UB1 {
    font-size: 55px;
    color: black;
}

/* site body size*/
#bodie {
    font-size: 18px;
    color: black;
	font-family: Helvetica;
}

/* site body big ver */
#crossway { 
	font-family: Helvetica;
	font-size: 30px;
	color: black;
}

/* main body padding */
.crossways {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 60px;
}

/* categories align */
.catalign {
	padding-top: 40px;
	float: right;
	padding-right: 55px;
	font-size: 45px;
	font-family: Helvetica;
}

/* wishes para align */
.wishes {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	float: right;
	font-size: 14px;
	font-family: Helvetica
}

/* floats very bottom - for linkbacks */
#bottom {
    left: 0;
    position: fixed;
    text-align: left;
    bottom: 0;
    width: 100%;
	font-size: 17px;
    color: black;
	font-family: Helvetica;
}

a {
       text-decoration: none;
}
/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: #2d5986 ;
}

/* mouse over link */
a:hover {
  color: #ffffff;
}

/* selected link */
a:active {
  color: #ffffff;
}

  
#listenh1 {
	font-family: "Pinyon Script", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 100px;
	
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 560px;
}

.musicbutton {
	font-size: 43px;
	padding-top: 10px;
}

.listentext {
	font-family: "Inter Tight", sans-serif;
	font-size: 15.5px;
	padding-top: 30px;
	padding-left: 280px;

        }
