#roundedborder {
    border-radius: 50%;
  }

  /* h1 { font-family: "Brush Script MT", cursive; font-size: 40px; 
    font-style: normal; font-variant: normal; 
    font-weight: 700; line-height: 26.4px;
    text-align: center;
color: palevioletred; } */

h1 {
    font-family: 'Beattingvile';
    font-size: 50px;
    color: palevioletred;
    z-index: 5;
    text-align: center;
    clear: both;
}

    h3 { font-family: 'Beattingvile'; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; } 
    /* p { font-family: "Brush Script MT", cursive; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }  */
    blockquote { font-family: "Brush Script MT", cursive; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
    pre { font-family: "Brush Script MT", cursive; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

  @media only screen and (max-width: 364px) {
    .container{
        text-align:center;
        margin: 50px; 
        border-radius: 50%;
        /* border:1px solid #666; */
    }

    #img-left {
        width: 86px;
        margin-right:3px;
        border-radius: 50%;
    }

    #img-right {
        width:86px;
        margin-left:3px;
        border-radius: 50%;
    }
}

@media only screen and (min-device-width: 365px) and (max-device-width: 624px) {
    .container{
        text-align:center;
        margin: 50px; 
        border-radius: 50%;
        /* border:1px solid #666; */
    }

    #img-left {
        width: 110px;
        margin-right:10px;
        border-radius: 50%;
    }

    #img-right {
        width:110px;
        margin-left:10px;
        border-radius: 50%;
    }
}

@media only screen and (min-width: 625px) {
    .container{
        text-align:center;
        margin: 30px; 
        border-radius: 50%;
        /* border:1px solid #666; */
    }

    #img-left {
        width: 200px;
        height: 200px;
        margin-right:40px;
        border-radius: 50%;
    }

    #img-right {
        width:200px;
        height: 200px;
        margin-left:40px;
        border-radius: 50%;
    }
}

body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}