body{
    background-image: url(/blog/articles/bg3.png);
}

.tamawrap{
width: 800px;
display:flex;
text-align: left;
}



.tamascroll{
width: 500px;
height: 250px;
overflow: auto;
background-color: white;
border: 2px ridge wheat;
padding: 5px;
}

.image-box{
 display: block;
width: 200px;
}

.tamalong{
width: 450px;
background-color: white;
border: 2px ridge wheat;
padding: 5px;
margin-left: 30px;
}

.tama100{
width: 681px;
background-color: white;
border: 2px ridge wheat;
padding: 5px;
}

.title{
font-size: 28px;
background: linear-gradient( deeppink , hotpink);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}