body {
      font-family: 'Segoe UI', sans-serif;
      font-size: 100%;
    }

.mypicture {
      transition: transform 0.5s;
      height: 200px;
    }

.mypicture:hover {
     transform: scale(1.1);
    }