* {
    margin: 2px;
    padding: 2px;
}

body {
    margin: 30px 20px 0px 20px;
}

header {
    color: #3ebef8;
    text-align: left; 
    text-shadow: 3px 2px 10px #99ffff, 3px 6px 18px #ddccff;
    font-family: 'Roboto', sans-serif;
 }

h1 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #3ebef8;
    text-shadow : 3px 2px 10px #99ffff, 3px 6px 18px #ddccff;
    font-family: 'Roboto', sans-serif;
    margin: 30px 20px 0px 20px;
}

.container {
  width: 100%;
  margin: 30px auto;
  padding: 10px;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-sm-6 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    text-align: center; 
    margin-left: 4px; 
    margin-right: px;
  }

p {
    font-size: 14px;
    text-align: center;
    color: #39403E;
    text-align: left;
    text-shadow : 3px 2px 10px #99ffff, 3px 6px 18px #ddccff;
    font-family: 'Roboto', sans-serif;
    margin: 0px 20px 0px 20px;
}

.wise-iframe-wrapper {
    position: relative;
    padding-bottom: 56.10%;
    height: 0;
    overflow: hidden;
    margin: 5px 80px 5px 80px;
}
 
.wise-iframe-wrapper iframe,
.wise-iframe-wrapper object,
.wise-iframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}