.center {
  {# width:50%;
  align-self: center; #}
  {# padding-left:auto;
  padding-right:auto; #}
  {# padding-top:100px;
  padding-bottom:100px; #}
 {# margin-left:auto;
  margin-right:auto; #}
}

body {
  background: #FFFFFF;
}

.SetText {

  padding: 0em 0em;
  font: normal 35px/50px Montserrat, sans-serif;
  color: #000000;
  margin-left:28%;
  margin-right:auto;
  padding-top:120px;
  padding-bottom:80px; 

}
.SetText p {
  text-align: left;
  height: 50px;
  float: left;
  margin-right: 0.3em;
}

.SetText b {
  text-align: left;
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 3px;
}

.SetText .innerIam {
  display: inline-block;
  color: #000000;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;

/*animation*/
-webkit-animation:move 10s;
   -moz-animation:move 10s;
    -ms-animation:move 10s;
     -o-animation:move 10s;
        animation:move 10s;
/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
/*animation-delay*/
-webkit-animation-delay:1.7s;
   -moz-animation-delay:1.7s;
    -ms-animation-delay:1.7s;
     -o-animation-delay:1.7s;
        animation-delay:1.7s;
}
@keyframes move{
0%  { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@-o-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}

{# text colours here #}
.colour1 {
    color: #1c3563;
}
.colour2 {
    color: #87d1d6;
}
.colour3 {
    color: #4ba6dd;
}
.colour4 {
    color: #17539c;
}
.colour5 {
    color: #000000;
}