
body{
  background-image: url('https://i.pinimg.com/564x/82/29/dc/8229dc93ff146e19ee9f7c1f35f78d34.jpg');
  font-family: adabelle;

}  

.title{
  font-family: adelia;
  font-size:30px;
    margin-bottom:15px;
   color: #ffb0d4;
}

#main{
margin: auto;
position: absolute;
top: 50%; left: 50%;
transform: translateX(-50%) translateY(-50%);
padding:0px;

width:800px;

}

#box{
  border:1px solid black; 
  background-color:white; 
  padding:5px;
  margin-bottom:10px;
}

#cont {
display: grid;
grid-template-columns: 30% 70%;
grid-gap: 10px; 
margin-bottom:10px;

} 

#column {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding:0px;
  text-align:center;
    margin-bottom:10px;

}


#vid{
  border-width:7px;
border-style:solid;
text-align:center;
overflow:hidden;
margin-bottom:10px;
border-image: url("https://cdn.discordapp.com/attachments/904308736712138793/995929957790388284/image_copy.png") 7 fill round;
  
}  
