.my-account{
  color: #E26E67;
  font-size: 18px;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
}
.my-account-name{
  color: #E26E67;
}
.my-account-name:hover{
  color: #E26E67;
}
.my-account:hover{
  color: #E26E67;
}
.my-account-image{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-left: 10px;
  margin-right: 5px;
}
.create-bundle{
  padding: 10px;
  font-size: 16px;
  background-color: #E26E67;
  color: white;
  border-color: #E26E67;
  float: right;
  margin-right: 15px;
}
.create-bundle:hover{
  background-color: #E26E67;
  color: white;
  border-color: #E26E67;
}
.create-bundle:focus{
  background-color: #E26E67 !important;
  color: white;
  border-color: #E26E67 !important;
}
.bundly{
  color: #E26E67;
  font-weight: bold;
  font-size: 28px;
  margin-left: 10px;
}
.bundly:hover{
  color: #E26E67;
  text-decoration: none;
  font-size: 28px;
}
.top{
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner-top{
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.logout{
  color: black;
  float: right;
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
}
.logout:hover{
  color: black;
}
.logout:focus{
  color: black;
}
