
.maincontent {
    padding-top: 0%;
    padding-left: 0%;
}
.col {
    padding: 1%;
}
.col-lg {
    height: 300px;
    width: 200px;
    overflow: hidden;
    margin: 10px;
    position: relative;
    flex-basis: 30%;
    flex-grow: 1;
    flex-shrink: 0;
}
.col-lg img {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    margin: auto;
    min-width: 350px;
    min-height: 300px;
    bottom: -1000%;
}

.imgrid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.boton{
    width: 200px;
    height: 50px;
    background-color: aqua;
    border: none;
    border-radius: 5px;
}
.boton2{
    width: 200px;
    height: 50px;
    background-color: aqua;
    border: none;
    border-radius: 5px;
}

.container {
    background: aquamarine;

}

.titulo {
    border: 4px solid white;
}