.container {
						text-align: center;
                       	display: flex;
                        flex-direction: column;
						align-items: center;
						justify-content: center;
                        width: 100%;
						height: 100%;
						background: url('../images/top_bg_2.jpg') center top / cover no-repeat;
                    }

.container__header {
						padding-bottom: 40px;
						padding-top: 30px;
                    }

.container__main {
						padding-bottom: 70px;
						line-height: 18px;
                    }
				
.container__footer {
						font-size: 20px;
                    }
					
.breadcrumb {
                        align-items: center;
						justify-content: center;
                        display: flex;
                    }

.breadcrumb__separator {
                        margin: 0 8px;
						color: #FFF;
                    }
					
.zoom {
						transition: transform .2s;
					}

.zoom:hover {
						transform: scale(1.3); 
					}
					
html, body {
						margin: 0;
						padding: 0;
						color: #ebbab9;
						font-size: 20px;
						font-family: 'Courgette', cursive;
						background-color: #000;
					}
h3 {
						color: #FFF;
					}

img {
						border-radius: 16px;
					}

a:link {
						color: #4caf50;
						text-decoration: none;
					}

a:visited {
						color: #4caf50;
					}

a:hover {
						color: #FFF;
					}

a:active {
						color: #FFF;
					}