body {
    
  }

.header { 
    color: fff;
    font-size: 20px;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.svcc {
    color: fff;
    position: absolute;
    top: 10rem;
    left: 3rem;
    font-size: 27px;
}

.motto { 
    color: fff;
    position: absolute;
    top: 22rem;
    left: 3rem;
}

.button {
    color: fff;
    position: absolute;
    top: 29rem;
    left: 3rem;
}

a { 
    background-color: white;
    border: none;
    color: black;
    padding: 10px 48px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 8px;
    cursor: pointer;
    border-radius: 2%;
}
img { 
    position: absolute;
    right: 12rem;
    bottom: 6rem;
    border-radius: 4px;
}