                              * {
                                  box-sizing: border-box;
                              }
                              
                              body {
                                  margin: 0;
                                  font-family: 'PT Sans', sans-serif;
                                  line-height: 1.6;
                                  color: black;
                                  font-size: 1.1rem;
                              }
                              
                              img {
                                  max-width: 100%;
                                  object-fit: cover;
                              }
                              
                              .container {
                                  width: 95%;
                                  max-width: 950px;
                                  margin: 0 auto;
                                  background: beige;
                              }
                              
                              .columns {
                                  display: flex;
                              }
                              
                              a {
                                  color: rgb(51, 190, 190);
                              }
                              
                              .text-1 {
                                  width: 95%;
                                  margin-right: 10px;
                                  margin-left: 15px
                              }
                              
                              .text-2 {
                                  width: 95%;
                                  margin-right: 10px;
                                  margin-left: 15px
                              }
                              
                              .jen {
                                  margin-top: 10px;
                                  width: 100%;
                                  background-color: rgb(239, 240, 202);
                              }
                              
                              .pic {
                                  max-width: 80%;
                                  object-fit: cover;
                                  margin-left: 28px;
                              }
                              
                              .about-me {
                                  background-color: rgb(239, 240, 202);
                                  font-size: 1rem;
                                  padding-left: 22px;
                                  padding-right: 10px;
                              }
                              
                              .extra {
                                  width: 60%;
                                  margin-left: 10px;
                              }
                              
                              .footer {
                                  width: 100%;
                                  background: grey;
                                  text-align: center;
                                  color: white;
                              }
                              
                              @media(max-width: 600px) {
                                  .columns {
                                      flex-direction: column;
                                  }
                              }
                              
                              @media(max-width: 600px) {
                                  .columns {
                                      width: 100%;
                                  }
                              }
                              
                              @media(min-width:601px) {
                                  .jen {
                                      width: 50%;
                                  }
                              }