html, body { font-size: 16px; } body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: white; } .container { width: 60%; height: 100%; display: block; margin: 0 auto; /* background-color: bisque; */ } .intro { width: 50%; background-color: aliceblue; margin-top: 0; margin-left: auto; margin-right: auto; margin-bottom: 5%; border: 1px solid black; } #tsss { text-decoration: underline dotted; } .cartoon { display: block; background-color: aliceblue; } .row { width: 100%; height: auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom: 4.5%; } .ani { /* background-color: yellow; */ text-align: center; } .ani img { width: 70%; border: 1px solid black; } .text { background-color: antiquewhite; width: 40%; margin-left: 0; } .text p { padding: 2% 4%; font-size: 1rem; line-height: 135%; } .row3 .text { width: 50%; border-radius: 50%; border: 3px red solid; background-color: aquamarine; margin: 0 auto; } .row3 .text p { text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 1.4rem; color: red; line-height: 0; } #question { font-size: 1.2rem; } .row5 .text span, .row5 .ani { cursor: pointer; } #illu { } #photo { display: none; } #Buchimgae { text-decoration: dotted underline; display: inline-block; } #Buchimgaepic { display: none; padding: 0; margin: 0; width: 20%; } #expl { position: absolute; display: none; font-size: 0.8rem; line-height: 1.4; background-color: white; color: magenta; } #Buchimgaepic img { width: 100%; }