@import 'https://fonts.googleapis.com/css?family=Roboto:400,700' ;
@import 'https://fonts.googleapis.com/css?family=Droid+Sans:400,700';

h1{
    font-family: 'Roboto';
    color: #89318d;
    font-size: 50px;
    font-weight: 700;
  }

h2{
    font-family: 'Roboto';
    color: #b5304a;
    font-size: 18px;
    font-weight: 400;
}

h3{
    font-family: 'Roboto';
    color: #b5304a;
    font-size: 18px;
    font-weight: 400;
}

h4{
    font-family: 'Roboto';
    color: #b5304a;
    font-size: 15px;
    font-weight: 400;
}

h5{
    font-family: 'Roboto';
    color: #b5304a;
    font-size: 25px;
    font-weight: 400;
}
section{
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    color: black;
    }

section2{
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: black;
}

header{
    background: #bedddb;
    
    
}
footer{
    font-family: 'Droid Sans', sans-serif;
    font-size: 12px;
    color: #acaaa7;
}

body{
    background: #bedddb;
    padding: 25px;
}