@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

@media screen and (min-width: 501px) {

body { 
  	margin: 0;
}
.title {
  font-family: 'Rubik', sans-serif;
  text-align: center;
  font-size: 80px;
  text-decoration: underline;
}
.topRight {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: Arial;
  font-size: 15px;
}
.container {
  position: relative;
  text-align: center;
 	color: white;
 	margin: 0px auto 20px;
}
.imgbg {
  width: 65%;
}
.slideTitle {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial;
  font-size: 80px;
  color: white;
  margin: 0;
  padding: 0;
}

.blackmark {
  background-color: black;
  color: white;
  padding: 0px 10px;
}

a {
	color: black;
	text-decoration: none;
}

}

@media screen and (max-width: 500px) {

body { 
    margin: 0;
}
.title {
  font-family: 'Rubik', sans-serif;
  text-align: center;
  font-size: 40px;
  text-decoration: underline;
}
.topRight {
  position: absolute;
  top: 5px;
  right: 5px;
}
.container {
    position: relative;
    text-align: center;
  color: white;
  margin: 0px auto 20px;
}
.imgbg {
  width: 65%;
}
.slideTitle {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial;
    font-size: 40px;
    color: white;
    margin: 0;
    padding: 0;
}
a {
  color: black;
  text-decoration: none;
}

}
