*{
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
}

body{
   
}


button{
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    background-color: #159952;
    color: white;
    outline: none;
    border:none;
    box-shadow: 5px 5px 5px gray;
}

button:hover{
    background-color: black;
}
.container{
    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    padding: 5px;
     background-color: black;
 
}


.container-Silver{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    padding: 5px;
    background-color: silver;
}

.container-Silver h1{
    color: black;
}

.container-Darkblue{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    padding: 5px;
    background-color: darkblue;
}


.dv-img{
    width: 300px;
}



.dv-text{
    width: 100%;
    padding: 15px;
    border-bottom: 3px solid #00AFEF;

}

.img-main{
    width: 250px;
    padding: 15px;

   
}

.img-card{
    width: 300px;
    margin: 15px;
    box-shadow: 5px 5px 5px gray;
    border-radius: 23px;
}


.img-social{
    width: 50px;
    margin: 20px;
}

.img-logo{
    width: 150px;
    margin: 20px;
}


p{
    line-height: 25px;
    padding: 10px;
    font-size: 1.1em;
    color: #DFE2E3;
}

h1{
    padding: 10px;
    text-align: center;
    color: #00AFEF;
}

h4{
    color: white;
    padding: 10px;
    text-align: center;
    
}

h6{
    color: white;
    padding: 10px;
    text-align: center;
}

.text-center p{
    text-align: center;
}


.text-center h1{
    color: yellow;
}

.text-yellow{
 color: yellow;   
}