@import url('https://fonts.googleapis.com/css?family=Sunflower:300');

*{margin: 0;}

header {
    background-color: #13E0C6;
    text-align: center;
    width: auto;
    margin: 5rem;
    background-size:contain;
    padding: 1rem 0rem 1rem 0rem;
    background-position: center;
    background-size:auto;
}

body{ 
    font-size: 0.6rem;
    background-image: url(../img/2.jpg);
    background-size: cover;
    background-attachment:fixed;
    background-position:top center;
    margin: 0.5rem;
    margin-top: 4rem;
    height: 100%;
    top:1rem;
    left:0rem;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0,8rem;
    line-height: 1rem;
    padding: 2rem;
    font-weight: 300;
    color: #ffc21b;}

head{
    text-decoration: none;
    margin: 0.5rem;
    margin-top: 2rem;
    height: 100%;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.6rem;
    letter-spacing: 0.5rem;
    line-height: 1rem;
    padding: 2rem;
    font-weight: 2rem;
    color: #ffc21b;
}


nav{ text-decoration: none;

}


nav div ul li { 
    display: inline;
    list-style-type: none;
    box-sizing: content-box;
}

.cursada {
    padding: 1rem;
    margin: 1rem;
    background-color: #ffffff;
    max-width: 100%;
    height: 28rem;
    padding-top: 10rem;
    display: flex;
    justify-content: center;
} 

b {
    max-width: 100%;
    text-align: center;
    letter-spacing: 0.5rem;
    font-size: 1rem;
    padding: 1rem;
    color:#FAB804;
    margin-top: 1rem; 
    margin-bottom: 1rem;
    display: inline;
    
}

h2{ 
    font-size: 0.7rem;
    line-height: 1rem;
    color: #FAB804;
	align-items: stretch;
	align-content: stretch;
    text-align: center;
}




ul class { 
    color: #fdff42;
    text-align: center;
    font-size: 1.5rem;
    list-style-type: none;
    text-align: center;
}


.tags { 
    max-width: 90%;
    margin: 1rem;
    padding: 0rem;
    display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    text-align: center;
    justify-content: center;
    align-items: center; 
    color: #01DFD7;}

footer{
    margin-left: 0rem;
    margin-right: 0rem;
    max-width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 0.5rem;
    line-height: 1rem;
    padding: 1rem;
    color: #ffffff;
    letter-spacing: 0.05rem;
    background-color: #13E0C6;
    bottom: 0.5rem;
    left: 0rem;}