/*
    Selles failis on kõigil vahelehtedel kasutatavad stiilid.
*/
*{
  font-family: "Lucida Grande", Tahoma;
	font-variant: normal;
	text-transform: uppercase;
  color: rgb(40,43,41);
}
body{
  background-image: url("../pildid/v11.png");
}
#päis{
    text-align: center;
}


.algusnupp{
    display: inline-block;
    padding: 15px 30px;
    font-size: 12px;
    color: black;

}
button{
    transition: all 0.2s;
    padding: 10px 20px;
    border-radius: 10px;
    background-color:rgb(0,0,0,0);
    color: #FFF;
    border: rgb(0,0,0,0);
}
button:hover{
    border-color: #FFF;
    border-radius: 50px;
    color:#E15759;
}
img{
    width: 720px;
    height: auto;
    border-radius: 10px;
}
img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ol,ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li{
    font-weight: normal;
    font-size: 10px;
}
p, li{
    font-stretch: ultra-condensed;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: center;
}
h3 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 15px;
}
h1{
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    padding-bottom: 10px;
}
span{
  font-stretch: ultra-condensed;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: left;
}

th{
  font-stretch: ultra-condensed;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: left;

}

label{
  font-stretch: ultra-condensed;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;

}
h5 {
    letter-spacing: 0.1em;
    font-size: 15px;
    text-shadow: 0 0 2px #fff;
}
a {
    text-decoration: none;
}
.card {
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}
