﻿.poem{
    height: 600px;
    text-align:center;
    float: left;
    width: 50%;
}
h3{
    background:grey;
    color:white;
    font-size:20px;
    padding:20px;
    text-align: center;
}
.list{
    padding :10px;
    list-style:none;
    font-size:18px;
    font-weight:bold;
    width: 50%;
    margin: auto;
}
.list li{
    width: fit-content;
    margin: auto;
    padding:20px;
    background-color: #DCF2DB;
}
.instruction {
    max-width: 400px;
    padding: 30px;
    margin: 30px auto;
    background-color: rgb(151, 221, 151);
    font-size: 15px;
    line-height: 35px;
    color: black;
    text-align: center;
}
#poems-images{
    float: right;
    width: 50%;
    padding-top: 30px;
}
#poems-images img{
    width: 90%;
    height: 90%;
}