body{
    font-family: 'Roboto';
}
.name{
    font-size: 60px;
}
hr{
    background-color: #000;
    border: 0 none;
    color: #000;
    height: 2px;
}
.image{
    height: 250px;
    width: 250px;
}

body {
    font-family: "Roboto", sans-serif;
}

.dropdown-divider{
    background-color: lightgray;
}

h1, h2, h3, h4 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }  