* {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin: 0;
     padding: 0;
}

     @font-face {
   font-family: bink-font;
    src: url("./font/MlkWsn - stronger.otf"); 
}

.rocket {
    max-width: 100%;
    padding: 2vw 35vw;
    align-items: center;
}

.brief {
    max-width: 100%;
    padding: 0vw 30vw;
    align-items: center;
    padding-bottom: 10vw;
}

.worktogether {
    color: white;
    position: relative;
    height: 50vw;
}

.worktogether h1 {
    font-family: bink-font;
    font-size: 6vw;
    color: white;
    position: absolute;
    margin-left: 10vw;
    line-height: 0.9;
}

.worktogether img {
    max-width: 40%;
    left: 50vw;
    position: absolute;
}

.worktogether i {
    position: absolute;
    bottom: 60vw;
}

.info {
    font-size: 1.5vw;
    position: absolute;
    top: 25vw;
    margin-left: 10vw;
}