@font-face {
	font-family: 'MTCORSVA';
	src: url('./assets/fonts/MTCORSVA/MTCORSVA.eot');
	src: local('MTCORSVA'), url('./assets/fonts/MTCORSVA/MTCORSVA.woff') format('woff'), url('./assets/fonts/MTCORSVA/MTCORSVA.ttf') format('truetype');
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

a {
    border-width: thick;
    line-height: 200%;
}

.rainbow-text {
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  }

h1, h2 {
    font-family: MTCORSVA;
    text-align: center;
    color: black;
    /*-webkit-text-stroke-color: white;*/
    text-shadow: 
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #fff,
    0 0 82px #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    /*-webkit-text-stroke-width: 2px;*/
    
}

h1 {
    font-size: 2.5em;
    background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}

h2 {
    font-size: 2em;
}

.latest {
    font-family: Arial;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
  }

.artistAlbum {
    padding: 20px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    }

.albumImage {
    width: 250px;
    padding: 20px;
}