.cloudDocsIcon {
    background-image: url(/_static/Cloud.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 270px;
    margin-right: 30px;
    background-position: left center;
}

.serverDocsIcon {
    background-image: url(/_static/Server.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    width: 140px;
    margin-right: 30px;
    background-position: left center;
}

.xenExperimentTellAbout {
    background-image: url(/_static/Conversation.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 200px;
    background-position: center;
    margin-top: 40px;
}

.xenExperimentSelectFrameworkTile1 {
    background-image: url(/_static/Connect.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    width: 220px;
    background-position: center;
    margin-top: 20px;
}

.xenExperimentSelectFrameworkTile2 {
    background-image: url(/_static/Forge.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    width: 220px;
    background-position: center;
    margin-top: 20px;
}

.honeyFunnelWelcomeToForge{
  background-image: url(/_static/ForgeLarge.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
  width: 440px;
  background-position: center;
  margin-top: 20px;
}

.honeyFunnelStartBuildingWithConnect {
  background-image: url(/_static/Connect.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  width: 440px;
  background-position: center;
  margin-top: 20px;
}

body {
    margin: 0;
    padding: 0;
}

#root {
    height: 100%;
}


/*# sourceMappingURL=changelogs.ce5deedee0b24a12eac1.css.map*/