body {
  background: #262422; }

.container {
  background: url("FP-BG.jpg") center center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .container .cap {
    width: 20vw;
    height: 20vw;
    background: url("FP-Cap.png") 0 0 no-repeat;
    background-size: contain; }
