<b>/nana</b>
<div class="lalala">
<div>
<img src="https://uchicken.nekoweb.org/shrubs/nana1.png">
</div>
<div class="text">
<br><br>
<b class="pink">yukio</b> <i>or</i> <u>neru</u> <b class="pink">‧₊ ♪˚⊹</b> he/him
<br>bisexual <b class="gray">5teen</b> himedanshi
<br><b class="pink">yumeshipper</b> umm text
</div>
</div>
<div class="lalala">
<div class="text">
<br>
i genuinelly dont know what to put here so heres a bunch of text to trick you into thinking its pretty.
<br>
<a href="https://shrubs.cc/hoard/uchicken"><b class="gray">hoard</b></a>
<a href="uchicken"><b class="gray">main</b></a>
</div>
<div>
<img src="https://uchicken.nekoweb.org/shrubs/nana2.png">
</div>
</div>
<style>
.container-1 {
display: flex;
justify-content: center;
align-items: center;
width: 430px;
border: 1px solid hotpink;
}
.lalala {
display: flex;
}
img {
display: block;
width: 200px;
height: 200px;
}
.text {
display: block;
width: 200px;;
height: 200px;
text-align: center;
}
.pink {
color: hotpink;
}
.gray {
color: gray;
}
a, a:visited {
text-decoration: underline dotted 1px gray;
text-underline-offset: 3px;
}
@media (max-width: 400px) {
.container-1 {width: 350px;}
img {width:200px}
}