body {
background-image: url(bg3.png);
background-color: #13142D;
}

.title {
padding:0px; 
font-family: Lavishly Yours;
letter-spacing: 0px;
font-size: 90px;
text-align: center;
color: #19204A;
cursor: default;
background-color: #ffffff;
}

.content {
padding:10px; 
font-family: Sirivennela;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
letter-spacing: 2px;
font-size: 22px;
line-height: 45px;
text-align: justify;
color: #1E387F;
cursor: default;
background-color: #ffffff;
}


.content a:link, .content a:visited, .content a:active {
font-family: Sirivennela;
letter-spacing: 2px;
font-size: 22px;
text-align: justify;
color: #C3DFF5;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: dotted;
       border-color: #D0D0D0;
text-decoration: none;
}

.content a:hover {
font-family: Sirivennela;
letter-spacing: 2px;
font-size: 22px;
text-align: justify;
color: #6583D9;
cursor: help;
       border-top-width: 0px;
       border-right-width: 0px;
       border-left-width: 0px;
       border-bottom-width: 0px;
       border-style: solid;
       border-color: #98AED4;
text-decoration: none;
}


i {
color: #93A4D5;


}

b {
color:#173897; 
}

u {
color: #93A4D5; 
}


input, textarea, option, select {
padding: 7px;
font-family: Playfair Display;
letter-spacing: 2px;
font-size: 16px;
text-align: justify;
color:#454378;
text-transform:uppercase;
cursor: default;
background-color: #ffffff;
       text-align: left;
       border-top-width: 0px;
       border-right-width:0px;
       border-left-width: 0px;
       border-bottom-width: 1px;
       border-style: solid;
       border-color:  #5F7AC3;
}

input:focus, textarea:focus, submit:focus, reset:focus, select:focus, option:focus {
outline: none;
}

*:focus {
outline: none;
outline-width: 0; }