@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url(images/art_patterns.jpg);
}
    
.container-main{
    display: flex;
    flex-direction: column;
    height: 1000px;
    align-items: center;
    justify-content: center;
    border-left:solid;
    border-right:solid;
    background-color:darkcyan;
}

.container-second{
    display: flex;
    flex-direction: column;
    min-height: 900px;
    width: 960px;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    border:solid;
    background-color: antiquewhite;
}

.row-foot {
    display: flex;
    flex-direction: row;
    max-height: 200px;
    max-width: 1200px;
    border-top: solid;
    border-bottom: solid;
    border-right: solid;
    border-left: solid;
    padding: 10px;
    background-image: linear-gradient(180deg,rgba(0,139,139,1.00) 0%,rgba(0,0,0,1.00) 100%);
    text-color: white;

}

.container-image {
    display: flex;
    flex-direction: row;
    height: 600;
    width: 820;
    border: 2px solid black;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    column-gap: 1em;
    row-gap: 1em;
}

.container-box {
    display:flex;
    flex-direction: row;
    height: 155px;
    width: 820px;
    /*border: 2px solid black;*/
    flex-wrap: wrap;
    
}

p {
    color:white;
}

.navbar-expand-lg {
    background-image: linear-gradient(360deg,rgba(0,139,139,1.00) 0%,rgba(0,0,0,1.00) 100%);
    height: 100px;
	border-top: solid;
    border-right: solid;
    border-left: solid;
    text-decoration-color: darkcyan;
}

.nav-link {
  background-image: url(images/art_patterns.jpg);
  border: solid;
  border-radius: 10px;  
}

.box{
    border: 0.5px solid black;
}




