.maindivhome {
  width: 600px;
  height: 700px;
  background-color: oldlace;
  margin: auto;
  border-radius: 20px;
}

.longblinkiediv {
  
}

.wrapperdivhome{
  width: 570px;
  height: 550px;
  background-color: snow;
  margin: auto;
  border-radius: 10px;
  border: dashed #f3d7b9;
}




  .lefthome {
  float: left;
  color: rosybrown;
  text-align-last: center;
  width: 100px;
  height: 400px;
  margin: 10px;
  background-image: url(images/createdbyme/simpletartanpink.png);
  border: dotted #eec0d8;
  }
      .lefthomewords {
      color: white;
      width: 80px;
      height: 15px;
      margin: 10px;
      background-color: #d8e4e6;
        }

  .centerdivhome {
  float: left;
  width: 400px;
  height: auto;
  margin: 10px;
  color: rosybrown;
  background-color: oldlace;
  border: double 5px rosybrown;
  border-radius: 5px;
  }
  
 .homeupdates {
    width: 150px;
    height: 310px;
    float: left;
    margin-left: 10px;
    border: solid #eec0d8 1px;
    overflow-x: hidde;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding-bottom: 50px;
}
        .updates {
          width: 110px;
          text-align-last: center;
          color: grey;
          margin: auto;
          margin-top: 10px;
          background-color: #f1d4e3;
          border:dotted white;
        }
        .updatestext {
          width: 130px;
          margin-top: 10px;
          margin-left: 5px;
          font-size: small;
          color: rosybrown;
          background-color: white;
          border: dashed beige;
        }




.maindivsources {
  color: purple;
  width: 600px;
  height: 600px;
  margin: auto;
  background-color: aliceblue;
  border-radius: 30px;
}
  .leftsources {
  float: left;
  color: purple;
  text-align-last: center;
  width: 100px;
  height: 400px;
  margin: 20px;
  background-image: url(images/createdbyme/big3dblue.png);
  border:ridge #ebebeb;
  }
      .leftsourceswords {
      color: white;
      width: 80px;
      height: 15px;
      margin: 10px;
      background-image: url(images/createdbyme/3dbluebutton.png);
        }

  .centerdivsources {
  float: left;
  width: 400px;
  margin-top:  20px;
  color: purple;
  background-color: #e5f0fd;
  border: ridge 5px #d6e0ff;
  border-radius: 5px;
  }
