@import url('https://fonts.googleapis.com/css?family=Oswald:400,700,300');
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
    background: #E31937;
}
.profile{
    color: white;
    font-family: 'tesla', sans-serif;
    font-weight: 100;
}
p{
    background: none;
    border: none;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
img.profile{
    background: none;
}

h3.bio{
    font-family: 'tesla', sans-serif;
    color: white;
    font-weight: 100;
}
@font-face {
    font-family: tesla;
    src: url('TeslaNikolaCaps.ttf');
}