html, body {
  margin: auto;
}

html  {
  display: table;
  background-image: url(plaid.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #292929;
}

body  {
  padding: 50px;
  color: black;
  font-family: Sans-Serif;
}

nav {
  background-color: white;
  border: 3px solid;
  padding: 10px;
  color: black;
  border-radius: 15px;
  margin-bottom: 10px;
}

.div1 {
  background-color: white;
  padding:20px;
  border: 3px double;
  display: inline-block;
  border-radius: 10px;
}

.div2 {
  margin-top: 10px;
  background-color: white;
  padding:20px;
  border: 3px solid;
  display: table;
  border-radius: 10px;
}

.favimages  {
  display: inline-flex;
  gap: 5px;
}

.music  {
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.random {
  border: 1px solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  display: table;
}

.media  {
  border: 1px solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
}

.wrapper1 {
  display: flex;
  gap: 15px;
}

.wrapper2 {
  display: flex;
  gap: 25px;
}

.whitecloudybox {
height: 180px;
width: 100%;
border: 10px solid transparent;
box-sizing: border-box;
border-image: url(https://i.postimg.cc/QM9dMFhq/cloud.png) 50 round;
padding: 8px;
}

.whitecloudyfull { 
width:100%;
height:100%;
overflow-y:auto;
background:#fff;
color:black;
}

.social {
  background-color: white;
  padding: 10px;
  border: 1px solid;
  display: inline-block;
  border-radius: 20px;
}

.idk  {
  display: inline-table;
  margin: auto;
}

.artpage  {
  background-color: white;
  padding:20px;
  border: 3px solid;
  display: inline-block;
  border-radius: 10px;
}

.pictures {
  gap:15px;
  display: inline-grid;
}
