#main-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 100v;
}
#theDiv {
  background: #f300009c;
  width: 400px;
  height: 400px;
  /* border-radius: 10px 20px 30px 40px / 5px 15px 25px 35px; */
}

input{
    width: 80px;
    border-radius: 10px;
    border: 1px solid black;
    padding: 10px;
    height: 50px;
}

body{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 100vh;
}
#sp{
    background-color: rgb(247, 189, 0);
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 300;
}
#preview{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
}