/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: aliceblue;
    font-size: 5vw;
}

h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
}

p {
    text-align: justify;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: aliceblue;
    font-size: 3vw;
}

body {
    background-color: rgb(48, 48, 112);
}

img {
    border-radius: 50%;
    max-width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}