body {
 background-color: black;
 border: 5px solid #ffd700;
 font-family: Lora;
}
.txt1 {
 color: white;
 text-align: center;
 font-family: Georgia;
 }
.img1 {
 width: 230px;
 border-radius: 45px;
 border: 2px solid #ffd700;
}
.txt2 {
 color: white;
 margin: 10px;
 text-align: center;
}
.flex1 {
 display: flex;
 justify-content: center;
}
.list {
 color: white;
 margin-left: 20px;
 font-weight: bold;
}
.txt3 {
 color: white;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
}
.img2 {
 width: 90px;
 height: 100px;
}
.flex2 {
 display: flex;
 justify-content: center;
}
.img3 {
 width: 135px;
 height: 135px;
 border: 3px solid #ffd700;
 border-radius: 30px;
}
.flex3 {
 display: flex;
 justify-content: space-around;
}
.txt4 {
 color: white;
 margin: 15px;
}
.txt5 {
 color: #ffd700;
 font-weight: bold;
 text-align: center;
}