/* CSS files add styling rules to your content */

body {
  font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
  background-color:#131d26;

}

h1 {
  font-style: italic;
  color: #373fff;
  font-family: 'IBM Plex Mono', monospace;
  font-style:normal;
  color:white;
  font-size:41.6px;
  text-align:center;
}

h1.page_title{
  font-family: 'IBM Plex Mono', monospace;
  text-align:center;
  font-size:51.6px;
}

h1.intro{
  font-size:20.8px;
}

h1.sign_up_text{
  font-size:31.2px;
}

h1.ghub_text{color:black;font-size:31.2px;}

input.email_id{
  border:none;
  width:60%;
  height:40px;
  margin-left:13%;
}

input.email_id::placeholder
{
  font-family: 'IBM Plex Mono', monospace;
  font-size: 30px;
  text-align:center;
}

button.email_button{
  height:42px;
  width:10%;
  border-radius:7%;
  margin-left:10px;
  background-color:#115B87;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 18px;
  color:white;
  margin-top:1px;
}

.profile_img{
  width:20%;
  max-width:100%;
  height:auto;
  border-radius:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  border-width:4px;
  border-color:black;
  border-style:solid;
}
.profile_img:hover{
  border-width:4px;
  border-color:white;
  border-style:solid;
}

.ghub_cont{
  background-color:white;
  width:100%;
  padding-top : 20px;
  padding-bottom : 20px;
}

.prjct{
  display:flex;
  flex-dirextion:row;
  justify-content:center;
  align-items:center;
}

img.p2p{
  max-width:25%;
  height:auto;
}

h1.prjcttext{margin-left:50px;}

.medium_blog
{
  background-color:white;
}

a.dlink{color:white;}
