*{
  margin:0px;
  padding:0px;
}

.boton1, .boton2, .boton6, .boton4, .boton3 {
  display: inline-block;
  width: 180px;
  height: 60px;  
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 5px;
}

.boton1 {
  background-image: url('img/title-1.png');
}
.boton2 {
  background-image: url('img/title-2.png');
}
.boton6 {
  background-image: url('img/title-6.png');
}
.boton4 {
  background-image: url('img/title-4.png');
}
.boton3 {
  background-image: url('img/title-3.png');
}

.boton1:hover {
  background-image: url('img/title-1-1.png');
}
.boton2:hover {
  background-image: url('img/title-2-1.png');
}
.boton6:hover {
  background-image: url('img/title-6-1.png');
}
.boton4:hover {
  background-image: url('img/title-4-1.png');
}
.boton3:hover {
  background-image: url('img/title-3-1.png');
}

#banner {
  margin: auto;
  width: 1000px;
  height: 524px;
}

#container0 {
  margin: auto;
  width: 1000px;
  height: 100px;
  margin-top: -100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right:15px;
  padding-left:10px;
}

#container1{
  margin:auto;
  width:1000px;
  height:600px;
  background-color:#c8c8c8;
}

#venus{
  margin-top:25px;
  margin-left:25px;
  margin-right:5px;
  margin-bottom:25px;
  float:left;
  width:325px;
  height:550px;
  background-color:#c8c8c8;
}

#kuula{
  margin-top:25px;
  margin-left:15px;
  margin-right:25px;
  margin-bottom:25px;
  float:right;
  width:600px;
  height:250px;
  background-color:#c8c8c8;
}

#sc{
  margin-top:25px;
  margin-left:15px;
  margin-right:25px;
  float:right;
  width:600px;
  height:275px;
  background-color:#c8c8c8;
}

#container2{
  margin:auto;
  margin-top:250px;
  width:1000px;
  height:650px;
  background-color:#c8c8c8;
}

#kuula2{
  margin-top:3px;
  margin-left:25px;
  margin-right:25px;
  margin-bottom:12px;
  float:left;
  width:600px;
  height:300px;
  background-color:#c8c8c8;
}

#luma{
  margin-top:5px;
  margin-left:25px;
  margin-right:25px;
  margin-bottom:25px;
  float:left;
  width:600px;
  height:300px;
  background-color:#c8c8c8;
}

#ig{
  position: relative;
  margin:-250px;
  margin-left:650px;
  margin-right:10px;
  width:250px;
  height:500px;
  background-color:#c8c8c8;
}

#container3{
    margin:auto;
    width:1000px;
    height:2200px;
    background-color:#c8c8c8;
}

#MDQ{
    margin:auto;
    margin-bottom:25px;
    width:auto;
    height:auto;
}

#yt{
    margin-left:25px;
    width:950px;
    height:500px;
    background-color:#c8c8c8;
}

#tumblr{
    float:left;
    margin-top:25px;
    margin-left:25px;
}

#behance2{
    float:right;
    margin-top:25px;
    margin-right:25px;
}

#behance3{
    float:right;
    margin:auto;
    margin-top:21px;
    margin-right:25px;
}

#behance4{
    float:right;
    margin:auto;
    margin-top:21px;
    margin-right:25px;
}

#behance5{
    float:right;
    margin:auto;
    margin-top:21px;
    margin-right:25px;
}

#yt2{   
    float:left;
    margin-top:15px;
    width:500px;
    height:250px;
}
    
#yt3{
    float:right;
    margin-top:15px;
    width:500px;
    height:250px;
}

#container4{
    margin: auto;
    width:1000px;
    height:1140px;
    background-color:#c8c8c8;
}

#gif2{
    float:left;
    margin:25px;
    margin-top:50px;
    width:210px;
    height:375px;
}

#gif3{
    float:left;
    margin-top:25px;
    margin-left:25px;
    width:375px;
    height:425px;
}

#gif4{
    float:right;
    margin-top:50px;
    width:325px;
    height:375px;
}

#yt4{
    float:left;
    margin-top:15px;
    margin-bottom:25px;
    width:500px;
    height:250px;
}

#yt5{
    float:right;
    margin-top:15px;
    margin-bottom:25px;
    width:500px;
    height:250px;
}

#gif5{
    float:left;
    margin-left:25px;
    margin-bottom:25px;
    width:450px;
    height:300px;
}

#gif6{
    float:right;
    margin-right:35px;
    margin-bottom:25px;
    width:450px;
    height:300px;
}

#container5{
  margin:auto;
  height:50px;
  width:1000px;
  background-color:#c8c8c8;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#container5 img {
  margin-top:-20px;
  width: 40px;
  height: auto;
}

footer {
  margin:auto;
  background-color: #c8c8c8;
  color: #000000;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 0.9rem;
  width:1000px;
}