@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body{
  background-color: gray;
}
.container{
  width: 100%;
  height: 100vh;
  background-image: url(jaydee.jpg);
  background-position: right;
  background-color: black;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-left: 8%;
  padding-right: 8%;
}
nav{
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo a{
  font-size: 40px;
  text-decoration: none;
}

h2{
	color: white;
}

span{
  color: #f9004d;
}
nav ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 15px;
}
nav ul li a{
  text-decoration: none;
  transition: 0.5s;
}
nav ul li a:hover{
  color: #f9004d;
}
.login{
  text-decoration: none;
  margin-right: 15px;
  font-size: 18px;
}
.btn{
  background: #000;
  border-radius: 6px;
  padding: 9px 25px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 18px;
}

.content{
  margin-top: 10%;
  max-width: 600px;
}
.content h2{
  font-size: 60px;
}
.content p{
  margin-top: 10px;
  line-height: 25px;
}
a{
  color: #fff;
}
.link {
  margin-top: 30px;
}
.hire{
  color: #000;
  text-decoration: none;
  background: skyblue;
  padding: 9px 25px;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.5s;
}
.link .hire:hover{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full {
  width: 50%;
  max-width: 1000px;
  min-height: 100px;
  background-color: rgb(245, 239, 231);
  display: grid;
  grid-template-columns: 2fr 4fr;
}
.left {
  position: initial;
  background-color: rgb(126, 219, 231);
  padding: 20px;
}
.right {
  position: initial;
  background-color: rgb(162, 202, 206);
  padding: 20px;
}
.image, .Contact, .Skills, .Language, .Hobbies, .title,
.Summary, .Experience, .Education, .project {
  margin-bottom: 30px;
}
.h2 {
  background-color: rgb(4, 96, 150);
}

.btnn {
  margin-left: 550px;
}
.back{
  color: #000;
  text-decoration: none;
  background: skyblue;
  padding: 9px 25px;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.5s;
}
.btnn .back:hover{
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
