body {
    background-color: #0086c3;
    color: #fff !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
}

h1 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}
h2 {    
    color: #fff;
}
h4 {    
    color: #fff;
}

.profile.image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.content {
    font-family: "Open Sans script=all rev=2";
    font-weight: 300;
    font-style: normal;
}

a.sn {
    background-color: #fff;
    border: none;
    color: #0086c3;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
}

.skill {
    border-radius: 3px;
    background: white;
    color: #0086c3;    
    padding: 2px 6px 2px 6px;
    text-decoration: none;

}

.content {
    margin-bottom: 20px;
}

.dark {
    color: #0086c3 !important;
}

.light {
    color: #73e8ff;
}

.message.is-dark {
    background-color: #fff;
    min-width: 300px;
    border-radius: 0px;
}
.message.is-dark .message-header {
    background-color: #fff;
    color: #0086C3;
}
.message:last-child {
    margin-bottom: 1.5rem;
}

.samples {
    width: 100%;
    overflow-x: scroll;
    display: flex;
    display: none;
}
.message {
    margin: 0 15px 0 15px;
    text-align: left;

}
.footer {
    background-color: #0086c3;

}
